Html Css Color HEX #532C10 Baker's Chocolate

📋 copy color: '#532C10'

red 83 ◦ green 44 ◦ blue 16

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

Shades of Baker's Chocolate #532C10

Tints of Baker's Chocolate #532C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.19%

R = 58.04%
G = 30.77%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#532C10 (or 0x532C10) is known color: Baker's Chocolate. HEX triplet: 53, 2C and 10. RGB value is (83,44,16). Sum of RGB (Red+Green+Blue) = 83+44+16=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #532C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C10 is #ACD3EF. Grayscale: #343434. Windows color (decimal): -11326448 or 1059923. OLE color: 1059923.

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

Color convert

RGB 83 44 16 -
CMYK 0 0.47 0.81 0.67
HSL 25.07º 0.68% 0.19% -
HSV(B) 25.07º 0.81% 0.33% -
XYZ 4.56 3.68 0.96 -
YUV 52.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 83 44 16 0 0.47 0.81 0.67 25.07 0.68 0.19
Hex 53 2C 10 0 2F 51 43 19 44 13
Octal 123 54 20 0 57 121 103 31 104 23
Binary 1010011 101100 10000 0 101111 1010001 1000011 11001 1000100 10011

Color Harmonies of #532C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C10

Black with #532C10

Text Example


Text Example

White with #532C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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