Html Css Color HEX #72352E Mocha

📋 copy color: '#72352E'

red 114 ◦ green 53 ◦ blue 46

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

Shades of Mocha #72352E

Tints of Mocha #72352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.88%

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 53.52%
G = 24.88%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#72352E (or 0x72352E) is known color: Mocha. HEX triplet: 72, 35 and 2E. RGB value is (114,53,46). Sum of RGB (Red+Green+Blue) = 114+53+46=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72352E is #8DCAD1. Grayscale: #464646. Windows color (decimal): -9292498 or 3028338. OLE color: 3028338.

HSL color Cylindrical-coordinate representation of color #72352E: hue angle of 6.18º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72352E is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 53 46 -
CMYK 0 0.54 0.60 0.55
HSL 6.18º 0.43% 0.31% -
HSV(B) 6.18º 0.6% 0.45% -
XYZ 8.71 6.32 3.35 -
YUV 70.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 114 53 46 0 0.54 0.60 0.55 6.18 0.43 0.31
Hex 72 35 2E 0 36 3C 37 6 2A 1F
Octal 162 65 56 0 66 74 67 6 52 37
Binary 1110010 110101 101110 0 110110 111100 110111 110 101010 11111

Color Harmonies of #72352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72352E

Black with #72352E

Text Example


Text Example

White with #72352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72352E; }

 p { color: rgb(114,53,46); }

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

background-color css

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

 a { background-color: rgb(114,53,46); }

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

border-color css

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

 span { border-color: rgb(114,53,46); }

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