Html Css Color HEX #532C0C Baker's Chocolate

📋 copy color: '#532C0C'

red 83 ◦ green 44 ◦ blue 12

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

Shades of Baker's Chocolate #532C0C

Tints of Baker's Chocolate #532C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.63%

R = 59.71%
G = 31.65%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#532C0C (or 0x532C0C) is known color: Baker's Chocolate. HEX triplet: 53, 2C and 0C. RGB value is (83,44,12). Sum of RGB (Red+Green+Blue) = 83+44+12=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #532C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C0C is #ACD3F3. Grayscale: #343434. Windows color (decimal): -11326452 or 797779. OLE color: 797779.

HSL color Cylindrical-coordinate representation of color #532C0C: hue angle of 27.04º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #532C0C is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 44 12 -
CMYK 0 0.47 0.86 0.67
HSL 27.04º 0.75% 0.19% -
HSV(B) 27.04º 0.86% 0.33% -
XYZ 4.53 3.67 0.82 -
YUV 52.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 83 44 12 0 0.47 0.86 0.67 27.04 0.75 0.19
Hex 53 2C C 0 2F 56 43 1B 4B 13
Octal 123 54 14 0 57 126 103 33 113 23
Binary 1010011 101100 1100 0 101111 1010110 1000011 11011 1001011 10011

Color Harmonies of #532C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C0C

Black with #532C0C

Text Example


Text Example

White with #532C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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