Html Css Color HEX #532C08 Baker's Chocolate

📋 copy color: '#532C08'

red 83 ◦ green 44 ◦ blue 8

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

Shades of Baker's Chocolate #532C08

Tints of Baker's Chocolate #532C08

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.59%

 BLUE value IS 8 (3.52% from 255) = 5.93%

R = 61.48%
G = 32.59%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#532C08 (or 0x532C08) is known color: Baker's Chocolate. HEX triplet: 53, 2C and 08. RGB value is (83,44,8). Sum of RGB (Red+Green+Blue) = 83+44+8=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #532C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C08 is #ACD3F7. Grayscale: #333333. Windows color (decimal): -11326456 or 535635. OLE color: 535635.

HSL color Cylindrical-coordinate representation of color #532C08: hue angle of 28.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #532C08 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 44 8 -
CMYK 0 0.47 0.90 0.67
HSL 28.8º 0.82% 0.18% -
HSV(B) 28.8º 0.9% 0.33% -
XYZ 4.51 3.66 0.7 -
YUV 51.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 83 44 8 0 0.47 0.90 0.67 28.8 0.82 0.18
Hex 53 2C 8 0 2F 5A 43 1D 52 12
Octal 123 54 10 0 57 132 103 35 122 22
Binary 1010011 101100 1000 0 101111 1011010 1000011 11101 1010010 10010

Color Harmonies of #532C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C08

Black with #532C08

Text Example


Text Example

White with #532C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532C08; }

 p { color: rgb(83,44,8); }

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

background-color css

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

 a { background-color: rgb(83,44,8); }

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

border-color css

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

 span { border-color: rgb(83,44,8); }

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