Html Css Color HEX #713203 Baker's Chocolate

📋 copy color: '#713203'

red 113 ◦ green 50 ◦ blue 3

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

Shades of Baker's Chocolate #713203

Tints of Baker's Chocolate #713203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.12%

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

R = 68.07%
G = 30.12%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#713203 (or 0x713203) is known color: Baker's Chocolate. HEX triplet: 71, 32 and 03. RGB value is (113,50,3). Sum of RGB (Red+Green+Blue) = 113+50+3=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #713203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713203 is #8ECDFC. Grayscale: #3F3F3F. Windows color (decimal): -9358845 or 209521. OLE color: 209521.

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

Color convert

RGB 113 50 3 -
CMYK 0 0.56 0.97 0.56
HSL 25.64º 0.95% 0.23% -
HSV(B) 25.64º 0.97% 0.44% -
XYZ 7.97 5.8 0.79 -
YUV 63.48 93.87 163.32 -
System Red Green Blue C M Y K H S L
Decimal 113 50 3 0 0.56 0.97 0.56 25.64 0.95 0.23
Hex 71 32 3 0 38 61 38 1A 5F 17
Octal 161 62 3 0 70 141 70 32 137 27
Binary 1110001 110010 11 0 111000 1100001 111000 11010 1011111 10111

Color Harmonies of #713203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713203

Black with #713203

Text Example


Text Example

White with #713203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713203; }

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

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

background-color css

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

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

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

border-color css

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

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

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