Html Css Color HEX #713002 Baker's Chocolate

📋 copy color: '#713002'

red 113 ◦ green 48 ◦ blue 2

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

Shades of Baker's Chocolate #713002

Tints of Baker's Chocolate #713002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.45%

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

R = 69.33%
G = 29.45%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#713002 (or 0x713002) is known color: Baker's Chocolate. HEX triplet: 71, 30 and 02. RGB value is (113,48,2). Sum of RGB (Red+Green+Blue) = 113+48+2=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #713002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713002 is #8ECFFD. Grayscale: #3E3E3E. Windows color (decimal): -9359358 or 143473. OLE color: 143473.

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

Color convert

RGB 113 48 2 -
CMYK 0 0.58 0.98 0.56
HSL 24.86º 0.97% 0.23% -
HSV(B) 24.86º 0.98% 0.44% -
XYZ 7.88 5.63 0.73 -
YUV 62.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 113 48 2 0 0.58 0.98 0.56 24.86 0.97 0.23
Hex 71 30 2 0 3A 62 38 19 61 17
Octal 161 60 2 0 72 142 70 31 141 27
Binary 1110001 110000 10 0 111010 1100010 111000 11001 1100001 10111

Color Harmonies of #713002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713002

Black with #713002

Text Example


Text Example

White with #713002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713002; }

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

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

background-color css

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

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

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

border-color css

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

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

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