Html Css Color HEX #72280A Baker's Chocolate

📋 copy color: '#72280A'

red 114 ◦ green 40 ◦ blue 10

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

Shades of Baker's Chocolate #72280A

Tints of Baker's Chocolate #72280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.39%

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

R = 69.51%
G = 24.39%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#72280A (or 0x72280A) is known color: Baker's Chocolate. HEX triplet: 72, 28 and 0A. RGB value is (114,40,10). Sum of RGB (Red+Green+Blue) = 114+40+10=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #72280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72280A is #8DD7F5. Grayscale: #3A3A3A. Windows color (decimal): -9295862 or 665714. OLE color: 665714.

HSL color Cylindrical-coordinate representation of color #72280A: hue angle of 17.31º 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 #72280A is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 40 10 -
CMYK 0 0.65 0.91 0.55
HSL 17.31º 0.84% 0.24% -
HSV(B) 17.31º 0.91% 0.45% -
XYZ 7.75 5.12 0.87 -
YUV 58.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 114 40 10 0 0.65 0.91 0.55 17.31 0.84 0.24
Hex 72 28 A 0 41 5B 37 11 54 18
Octal 162 50 12 0 101 133 67 21 124 30
Binary 1110010 101000 1010 0 1000001 1011011 110111 10001 1010100 11000

Color Harmonies of #72280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72280A

Black with #72280A

Text Example


Text Example

White with #72280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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