Html Css Color HEX #72362B Mocha

📋 copy color: '#72362B'

red 114 ◦ green 54 ◦ blue 43

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

Shades of Mocha #72362B

Tints of Mocha #72362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.59%

 BLUE value IS 43 (17.19% from 255) = 20.38%

R = 54.03%
G = 25.59%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72362B (or 0x72362B) is known color: Mocha. HEX triplet: 72, 36 and 2B. RGB value is (114,54,43). Sum of RGB (Red+Green+Blue) = 114+54+43=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72362B is #8DC9D4. Grayscale: #464646. Windows color (decimal): -9292245 or 2831986. OLE color: 2831986.

HSL color Cylindrical-coordinate representation of color #72362B: hue angle of 9.3º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72362B is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 54 43 -
CMYK 0 0.53 0.62 0.55
HSL 9.3º 0.45% 0.31% -
HSV(B) 9.3º 0.62% 0.45% -
XYZ 8.69 6.39 3.06 -
YUV 70.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 114 54 43 0 0.53 0.62 0.55 9.3 0.45 0.31
Hex 72 36 2B 0 35 3E 37 9 2D 1F
Octal 162 66 53 0 65 76 67 11 55 37
Binary 1110010 110110 101011 0 110101 111110 110111 1001 101101 11111

Color Harmonies of #72362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72362B

Black with #72362B

Text Example


Text Example

White with #72362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72362B; }

 p { color: rgb(114,54,43); }

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

background-color css

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

 a { background-color: rgb(114,54,43); }

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

border-color css

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

 span { border-color: rgb(114,54,43); }

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