Html Css Color HEX #713202 Baker's Chocolate

📋 copy color: '#713202'

red 113 ◦ green 50 ◦ blue 2

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

Shades of Baker's Chocolate #713202

Tints of Baker's Chocolate #713202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

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

R = 68.48%
G = 30.3%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#713202 (or 0x713202) is known color: Baker's Chocolate. HEX triplet: 71, 32 and 02. RGB value is (113,50,2). Sum of RGB (Red+Green+Blue) = 113+50+2=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #713202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713202 is #8ECDFD. Grayscale: #3F3F3F. Windows color (decimal): -9358846 or 143985. OLE color: 143985.

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

Color convert

RGB 113 50 2 -
CMYK 0 0.56 0.98 0.56
HSL 25.95º 0.97% 0.23% -
HSV(B) 25.95º 0.98% 0.44% -
XYZ 7.96 5.8 0.76 -
YUV 63.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 113 50 2 0 0.56 0.98 0.56 25.95 0.97 0.23
Hex 71 32 2 0 38 62 38 1A 61 17
Octal 161 62 2 0 70 142 70 32 141 27
Binary 1110001 110010 10 0 111000 1100010 111000 11010 1100001 10111

Color Harmonies of #713202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713202

Black with #713202

Text Example


Text Example

White with #713202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713202; }

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

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

background-color css

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

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

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

border-color css

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

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

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