Html Css Color HEX #712302 Baker's Chocolate

📋 copy color: '#712302'

red 113 ◦ green 35 ◦ blue 2

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

Shades of Baker's Chocolate #712302

Tints of Baker's Chocolate #712302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.33%

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

R = 75.33%
G = 23.33%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#712302 (or 0x712302) is known color: Baker's Chocolate. HEX triplet: 71, 23 and 02. RGB value is (113,35,2). Sum of RGB (Red+Green+Blue) = 113+35+2=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #712302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712302 is #8EDCFD. Grayscale: #363636. Windows color (decimal): -9362686 or 140145. OLE color: 140145.

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

Color convert

RGB 113 35 2 -
CMYK 0 0.69 0.98 0.56
HSL 17.84º 0.97% 0.23% -
HSV(B) 17.84º 0.98% 0.44% -
XYZ 7.42 4.72 0.58 -
YUV 54.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 113 35 2 0 0.69 0.98 0.56 17.84 0.97 0.23
Hex 71 23 2 0 45 62 38 12 61 17
Octal 161 43 2 0 105 142 70 22 141 27
Binary 1110001 100011 10 0 1000101 1100010 111000 10010 1100001 10111

Color Harmonies of #712302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712302

Black with #712302

Text Example


Text Example

White with #712302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712302; }

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

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

background-color css

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

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

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

border-color css

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

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

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