Html Css Color HEX #713303 Baker's Chocolate

📋 copy color: '#713303'

red 113 ◦ green 51 ◦ blue 3

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

Shades of Baker's Chocolate #713303

Tints of Baker's Chocolate #713303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.8%

R = 67.66%
G = 30.54%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#713303 (or 0x713303) is known color: Baker's Chocolate. HEX triplet: 71, 33 and 03. RGB value is (113,51,3). Sum of RGB (Red+Green+Blue) = 113+51+3=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #713303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713303 is #8ECCFC. Grayscale: #404040. Windows color (decimal): -9358589 or 209777. OLE color: 209777.

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

Color convert

RGB 113 51 3 -
CMYK 0 0.55 0.97 0.56
HSL 26.18º 0.95% 0.23% -
HSV(B) 26.18º 0.97% 0.44% -
XYZ 8.01 5.88 0.8 -
YUV 64.07 93.54 162.9 -
System Red Green Blue C M Y K H S L
Decimal 113 51 3 0 0.55 0.97 0.56 26.18 0.95 0.23
Hex 71 33 3 0 37 61 38 1A 5F 17
Octal 161 63 3 0 67 141 70 32 137 27
Binary 1110001 110011 11 0 110111 1100001 111000 11010 1011111 10111

Color Harmonies of #713303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713303

Black with #713303

Text Example


Text Example

White with #713303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713303; }

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

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

background-color css

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

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

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

border-color css

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

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

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