Html Css Color HEX #532710 Baker's Chocolate

📋 copy color: '#532710'

red 83 ◦ green 39 ◦ blue 16

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

Shades of Baker's Chocolate #532710

Tints of Baker's Chocolate #532710

RGB

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

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

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

R = 60.14%
G = 28.26%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#532710 (or 0x532710) is known color: Baker's Chocolate. HEX triplet: 53, 27 and 10. RGB value is (83,39,16). Sum of RGB (Red+Green+Blue) = 83+39+16=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #532710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532710 is #ACD8EF. Grayscale: #313131. Windows color (decimal): -11327728 or 1058643. OLE color: 1058643.

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

Color convert

RGB 83 39 16 -
CMYK 0 0.53 0.81 0.67
HSL 20.6º 0.68% 0.19% -
HSV(B) 20.6º 0.81% 0.33% -
XYZ 4.39 3.33 0.9 -
YUV 49.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 83 39 16 0 0.53 0.81 0.67 20.6 0.68 0.19
Hex 53 27 10 0 35 51 43 15 44 13
Octal 123 47 20 0 65 121 103 25 104 23
Binary 1010011 100111 10000 0 110101 1010001 1000011 10101 1000100 10011

Color Harmonies of #532710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532710

Black with #532710

Text Example


Text Example

White with #532710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532710; }

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

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

background-color css

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

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

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

border-color css

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

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

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