Html Css Color HEX #532804 Baker's Chocolate

📋 copy color: '#532804'

red 83 ◦ green 40 ◦ blue 4

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

Shades of Baker's Chocolate #532804

Tints of Baker's Chocolate #532804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.5%

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

R = 65.35%
G = 31.5%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#532804 (or 0x532804) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 04. RGB value is (83,40,4). Sum of RGB (Red+Green+Blue) = 83+40+4=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #532804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532804 is #ACD7FB. Grayscale: #303030. Windows color (decimal): -11327484 or 272467. OLE color: 272467.

HSL color Cylindrical-coordinate representation of color #532804: hue angle of 27.34º 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 #532804 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 4 -
CMYK 0 0.52 0.95 0.67
HSL 27.34º 0.91% 0.17% -
HSV(B) 27.34º 0.95% 0.33% -
XYZ 4.35 3.37 0.54 -
YUV 48.75 102.75 152.43 -
System Red Green Blue C M Y K H S L
Decimal 83 40 4 0 0.52 0.95 0.67 27.34 0.91 0.17
Hex 53 28 4 0 34 5F 43 1B 5B 11
Octal 123 50 4 0 64 137 103 33 133 21
Binary 1010011 101000 100 0 110100 1011111 1000011 11011 1011011 10001

Color Harmonies of #532804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532804

Black with #532804

Text Example


Text Example

White with #532804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532804; }

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

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

background-color css

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

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

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

border-color css

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

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

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