Html Css Color HEX #712203 Baker's Chocolate

📋 copy color: '#712203'

red 113 ◦ green 34 ◦ blue 3

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

Shades of Baker's Chocolate #712203

Tints of Baker's Chocolate #712203

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.67%

 BLUE value IS 3 (1.56% from 255) = 2%

R = 75.33%
G = 22.67%
B = 2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#712203 (or 0x712203) is known color: Baker's Chocolate. HEX triplet: 71, 22 and 03. RGB value is (113,34,3). Sum of RGB (Red+Green+Blue) = 113+34+3=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #712203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712203 is #8EDDFC. Grayscale: #363636. Windows color (decimal): -9362941 or 205425. OLE color: 205425.

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

Color convert

RGB 113 34 3 -
CMYK 0 0.70 0.97 0.56
HSL 16.91º 0.95% 0.23% -
HSV(B) 16.91º 0.97% 0.44% -
XYZ 7.4 4.66 0.6 -
YUV 54.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 113 34 3 0 0.70 0.97 0.56 16.91 0.95 0.23
Hex 71 22 3 0 46 61 38 11 5F 17
Octal 161 42 3 0 106 141 70 21 137 27
Binary 1110001 100010 11 0 1000110 1100001 111000 10001 1011111 10111

Color Harmonies of #712203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712203

Black with #712203

Text Example


Text Example

White with #712203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712203; }

 p { color: rgb(113,34,3); }

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

background-color css

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

 a { background-color: rgb(113,34,3); }

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

border-color css

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

 span { border-color: rgb(113,34,3); }

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