Html Css Color HEX #713306 Baker's Chocolate

📋 copy color: '#713306'

red 113 ◦ green 51 ◦ blue 6

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

Shades of Baker's Chocolate #713306

Tints of Baker's Chocolate #713306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30%

 BLUE value IS 6 (2.73% from 255) = 3.53%

R = 66.47%
G = 30%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#713306 (or 0x713306) is known color: Baker's Chocolate. HEX triplet: 71, 33 and 06. RGB value is (113,51,6). Sum of RGB (Red+Green+Blue) = 113+51+6=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #713306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713306 is #8ECCF9. Grayscale: #404040. Windows color (decimal): -9358586 or 406385. OLE color: 406385.

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

Color convert

RGB 113 51 6 -
CMYK 0 0.55 0.95 0.56
HSL 25.23º 0.9% 0.23% -
HSV(B) 25.23º 0.95% 0.44% -
XYZ 8.03 5.89 0.89 -
YUV 64.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 113 51 6 0 0.55 0.95 0.56 25.23 0.9 0.23
Hex 71 33 6 0 37 5F 38 19 5A 17
Octal 161 63 6 0 67 137 70 31 132 27
Binary 1110001 110011 110 0 110111 1011111 111000 11001 1011010 10111

Color Harmonies of #713306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713306

Black with #713306

Text Example


Text Example

White with #713306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713306; }

 p { color: rgb(113,51,6); }

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

background-color css

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

 a { background-color: rgb(113,51,6); }

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

border-color css

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

 span { border-color: rgb(113,51,6); }

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