Html Css Color HEX #712902 Baker's Chocolate

📋 copy color: '#712902'

red 113 ◦ green 41 ◦ blue 2

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

Shades of Baker's Chocolate #712902

Tints of Baker's Chocolate #712902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.28%

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

R = 72.44%
G = 26.28%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#712902 (or 0x712902) is known color: Baker's Chocolate. HEX triplet: 71, 29 and 02. RGB value is (113,41,2). Sum of RGB (Red+Green+Blue) = 113+41+2=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #712902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712902 is #8ED6FD. Grayscale: #3A3A3A. Windows color (decimal): -9361150 or 141681. OLE color: 141681.

HSL color Cylindrical-coordinate representation of color #712902: hue angle of 21.08º 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 #712902 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 2 -
CMYK 0 0.64 0.98 0.56
HSL 21.08º 0.97% 0.23% -
HSV(B) 21.08º 0.98% 0.44% -
XYZ 7.61 5.1 0.64 -
YUV 58.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 113 41 2 0 0.64 0.98 0.56 21.08 0.97 0.23
Hex 71 29 2 0 40 62 38 15 61 17
Octal 161 51 2 0 100 142 70 25 141 27
Binary 1110001 101001 10 0 1000000 1100010 111000 10101 1100001 10111

Color Harmonies of #712902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712902

Black with #712902

Text Example


Text Example

White with #712902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712902; }

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

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

background-color css

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

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

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

border-color css

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

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

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