Html Css Color HEX #712303 Baker's Chocolate

📋 copy color: '#712303'

red 113 ◦ green 35 ◦ blue 3

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

Shades of Baker's Chocolate #712303

Tints of Baker's Chocolate #712303

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.18%

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

R = 74.83%
G = 23.18%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#712303 (or 0x712303) is known color: Baker's Chocolate. HEX triplet: 71, 23 and 03. RGB value is (113,35,3). Sum of RGB (Red+Green+Blue) = 113+35+3=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #712303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712303 is #8EDCFC. Grayscale: #363636. Windows color (decimal): -9362685 or 205681. OLE color: 205681.

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

Color convert

RGB 113 35 3 -
CMYK 0 0.69 0.97 0.56
HSL 17.45º 0.95% 0.23% -
HSV(B) 17.45º 0.97% 0.44% -
XYZ 7.43 4.72 0.61 -
YUV 54.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 113 35 3 0 0.69 0.97 0.56 17.45 0.95 0.23
Hex 71 23 3 0 45 61 38 11 5F 17
Octal 161 43 3 0 105 141 70 21 137 27
Binary 1110001 100011 11 0 1000101 1100001 111000 10001 1011111 10111

Color Harmonies of #712303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712303

Black with #712303

Text Example


Text Example

White with #712303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712303; }

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

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

background-color css

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

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

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

border-color css

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

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

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