Html Css Color HEX #532706 Baker's Chocolate

📋 copy color: '#532706'

red 83 ◦ green 39 ◦ blue 6

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

Shades of Baker's Chocolate #532706

Tints of Baker's Chocolate #532706

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.47%

 BLUE value IS 6 (2.73% from 255) = 4.69%

R = 64.84%
G = 30.47%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#532706 (or 0x532706) is known color: Baker's Chocolate. HEX triplet: 53, 27 and 06. RGB value is (83,39,6). Sum of RGB (Red+Green+Blue) = 83+39+6=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #532706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532706 is #ACD8F9. Grayscale: #303030. Windows color (decimal): -11327738 or 403283. OLE color: 403283.

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

Color convert

RGB 83 39 6 -
CMYK 0 0.53 0.93 0.67
HSL 25.71º 0.87% 0.17% -
HSV(B) 25.71º 0.93% 0.33% -
XYZ 4.33 3.3 0.58 -
YUV 48.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 83 39 6 0 0.53 0.93 0.67 25.71 0.87 0.17
Hex 53 27 6 0 35 5D 43 1A 57 11
Octal 123 47 6 0 65 135 103 32 127 21
Binary 1010011 100111 110 0 110101 1011101 1000011 11010 1010111 10001

Color Harmonies of #532706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532706

Black with #532706

Text Example


Text Example

White with #532706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532706; }

 p { color: rgb(83,39,6); }

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

background-color css

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

 a { background-color: rgb(83,39,6); }

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

border-color css

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

 span { border-color: rgb(83,39,6); }

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