Html Css Color HEX #532503 Baker's Chocolate

📋 copy color: '#532503'

red 83 ◦ green 37 ◦ blue 3

#532503
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #532503

Tints of Baker's Chocolate #532503

RGB

 RED value IS 83 (32.81% from 255) = 67.48%

 GREEN value IS 37 (14.84% from 255) = 30.08%

 BLUE value IS 3 (1.56% from 255) = 2.44%

R = 67.48%
G = 30.08%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#532503 (or 0x532503) is known color: Baker's Chocolate. HEX triplet: 53, 25 and 03. RGB value is (83,37,3). Sum of RGB (Red+Green+Blue) = 83+37+3=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #532503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532503 is #ACDAFC. Grayscale: #2F2F2F. Windows color (decimal): -11328253 or 206163. OLE color: 206163.

HSL color Cylindrical-coordinate representation of color #532503: hue angle of 25.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #532503 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 3 -
CMYK 0 0.55 0.96 0.67
HSL 25.5º 0.93% 0.17% -
HSV(B) 25.5º 0.96% 0.33% -
XYZ 4.25 3.17 0.47 -
YUV 46.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 83 37 3 0 0.55 0.96 0.67 25.5 0.93 0.17
Hex 53 25 3 0 37 60 43 1A 5D 11
Octal 123 45 3 0 67 140 103 32 135 21
Binary 1010011 100101 11 0 110111 1100000 1000011 11010 1011101 10001

Color Harmonies of #532503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532503

Black with #532503

Text Example


Text Example

White with #532503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532503; }

 p { color: rgb(83,37,3); }

 H1.HeaderClassName
 {
   color: #532503;
 }
 .AnyTagClassName
 {
   color: #532503;
 }
</style>

background-color css

<style>
 a { background-color: #532503; }

 a { background-color: rgb(83,37,3); }

 div.DivClassName
 {
   background-color: #532503;
 }
 .BgClassName
 {
   background-color: #532503;
 }
</style>

border-color css

<style>
 span { border-color: #532503; }

 span { border-color: rgb(83,37,3); }

 td.TdClassName
 {
   border-color: #532503;
 }
 .TagClassName
 {
   border-color: #532503;
 }
</style>