Html Css Color HEX #713405 Baker's Chocolate

📋 copy color: '#713405'

red 113 ◦ green 52 ◦ blue 5

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

Shades of Baker's Chocolate #713405

Tints of Baker's Chocolate #713405

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.59%

 BLUE value IS 5 (2.34% from 255) = 2.94%

R = 66.47%
G = 30.59%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#713405 (or 0x713405) is known color: Baker's Chocolate. HEX triplet: 71, 34 and 05. RGB value is (113,52,5). Sum of RGB (Red+Green+Blue) = 113+52+5=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #713405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713405 is #8ECBFA. Grayscale: #414141. Windows color (decimal): -9358331 or 341105. OLE color: 341105.

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

Color convert

RGB 113 52 5 -
CMYK 0 0.54 0.96 0.56
HSL 26.11º 0.92% 0.23% -
HSV(B) 26.11º 0.96% 0.44% -
XYZ 8.07 5.98 0.87 -
YUV 64.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 113 52 5 0 0.54 0.96 0.56 26.11 0.92 0.23
Hex 71 34 5 0 36 60 38 1A 5C 17
Octal 161 64 5 0 66 140 70 32 134 27
Binary 1110001 110100 101 0 110110 1100000 111000 11010 1011100 10111

Color Harmonies of #713405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713405

Black with #713405

Text Example


Text Example

White with #713405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713405; }

 p { color: rgb(113,52,5); }

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

background-color css

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

 a { background-color: rgb(113,52,5); }

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

border-color css

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

 span { border-color: rgb(113,52,5); }

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