Html Css Color HEX #713302 Baker's Chocolate

📋 copy color: '#713302'

red 113 ◦ green 51 ◦ blue 2

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

Shades of Baker's Chocolate #713302

Tints of Baker's Chocolate #713302

RGB

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

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

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

R = 68.07%
G = 30.72%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#713302 (or 0x713302) is known color: Baker's Chocolate. HEX triplet: 71, 33 and 02. RGB value is (113,51,2). Sum of RGB (Red+Green+Blue) = 113+51+2=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #713302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713302 is #8ECCFD. Grayscale: #404040. Windows color (decimal): -9358590 or 144241. OLE color: 144241.

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

Color convert

RGB 113 51 2 -
CMYK 0 0.55 0.98 0.56
HSL 26.49º 0.97% 0.23% -
HSV(B) 26.49º 0.98% 0.44% -
XYZ 8 5.88 0.77 -
YUV 63.95 93.04 162.98 -
System Red Green Blue C M Y K H S L
Decimal 113 51 2 0 0.55 0.98 0.56 26.49 0.97 0.23
Hex 71 33 2 0 37 62 38 1A 61 17
Octal 161 63 2 0 67 142 70 32 141 27
Binary 1110001 110011 10 0 110111 1100010 111000 11010 1100001 10111

Color Harmonies of #713302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713302

Black with #713302

Text Example


Text Example

White with #713302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713302; }

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

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

background-color css

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

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

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

border-color css

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

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

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