Html Css Color HEX #532504 Baker's Chocolate

📋 copy color: '#532504'

red 83 ◦ green 37 ◦ blue 4

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

Shades of Baker's Chocolate #532504

Tints of Baker's Chocolate #532504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.23%

R = 66.94%
G = 29.84%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#532504 (or 0x532504) is known color: Baker's Chocolate. HEX triplet: 53, 25 and 04. RGB value is (83,37,4). Sum of RGB (Red+Green+Blue) = 83+37+4=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #532504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532504 is #ACDAFB. Grayscale: #2F2F2F. Windows color (decimal): -11328252 or 271699. OLE color: 271699.

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

Color convert

RGB 83 37 4 -
CMYK 0 0.55 0.95 0.67
HSL 25.06º 0.91% 0.17% -
HSV(B) 25.06º 0.95% 0.33% -
XYZ 4.25 3.17 0.5 -
YUV 46.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 83 37 4 0 0.55 0.95 0.67 25.06 0.91 0.17
Hex 53 25 4 0 37 5F 43 19 5B 11
Octal 123 45 4 0 67 137 103 31 133 21
Binary 1010011 100101 100 0 110111 1011111 1000011 11001 1011011 10001

Color Harmonies of #532504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532504

Black with #532504

Text Example


Text Example

White with #532504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532504; }

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

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

background-color css

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

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

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

border-color css

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

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

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