Html Css Color HEX #712402 Baker's Chocolate

📋 copy color: '#712402'

red 113 ◦ green 36 ◦ blue 2

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

Shades of Baker's Chocolate #712402

Tints of Baker's Chocolate #712402

RGB

 RED value IS 113 (44.53% from 255) = 74.83%

 GREEN value IS 36 (14.45% from 255) = 23.84%

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 74.83%
G = 23.84%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#712402 (or 0x712402) is known color: Baker's Chocolate. HEX triplet: 71, 24 and 02. RGB value is (113,36,2). Sum of RGB (Red+Green+Blue) = 113+36+2=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #712402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712402 is #8EDBFD. Grayscale: #373737. Windows color (decimal): -9362430 or 140401. OLE color: 140401.

HSL color Cylindrical-coordinate representation of color #712402: hue angle of 18.38º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #712402 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 2 -
CMYK 0 0.68 0.98 0.56
HSL 18.38º 0.97% 0.23% -
HSV(B) 18.38º 0.98% 0.44% -
XYZ 7.45 4.78 0.59 -
YUV 55.15 98.01 169.26 -
System Red Green Blue C M Y K H S L
Decimal 113 36 2 0 0.68 0.98 0.56 18.38 0.97 0.23
Hex 71 24 2 0 44 62 38 12 61 17
Octal 161 44 2 0 104 142 70 22 141 27
Binary 1110001 100100 10 0 1000100 1100010 111000 10010 1100001 10111

Color Harmonies of #712402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712402

Black with #712402

Text Example


Text Example

White with #712402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712402; }

 p { color: rgb(113,36,2); }

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

background-color css

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

 a { background-color: rgb(113,36,2); }

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

border-color css

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

 span { border-color: rgb(113,36,2); }

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