Html Css Color HEX #72250A Baker's Chocolate

📋 copy color: '#72250A'

red 114 ◦ green 37 ◦ blue 10

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

Shades of Baker's Chocolate #72250A

Tints of Baker's Chocolate #72250A

RGB

 RED value IS 114 (44.92% from 255) = 70.81%

 GREEN value IS 37 (14.84% from 255) = 22.98%

 BLUE value IS 10 (4.3% from 255) = 6.21%

R = 70.81%
G = 22.98%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#72250A (or 0x72250A) is known color: Baker's Chocolate. HEX triplet: 72, 25 and 0A. RGB value is (114,37,10). Sum of RGB (Red+Green+Blue) = 114+37+10=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72250A is #8DDAF5. Grayscale: #393939. Windows color (decimal): -9296630 or 664946. OLE color: 664946.

HSL color Cylindrical-coordinate representation of color #72250A: hue angle of 15.58º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72250A is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 37 10 -
CMYK 0 0.68 0.91 0.55
HSL 15.58º 0.84% 0.24% -
HSV(B) 15.58º 0.91% 0.45% -
XYZ 7.66 4.92 0.83 -
YUV 56.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 114 37 10 0 0.68 0.91 0.55 15.58 0.84 0.24
Hex 72 25 A 0 44 5B 37 10 54 18
Octal 162 45 12 0 104 133 67 20 124 30
Binary 1110010 100101 1010 0 1000100 1011011 110111 10000 1010100 11000

Color Harmonies of #72250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72250A

Black with #72250A

Text Example


Text Example

White with #72250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72250A; }

 p { color: rgb(114,37,10); }

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

background-color css

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

 a { background-color: rgb(114,37,10); }

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

border-color css

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

 span { border-color: rgb(114,37,10); }

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