Html Css Color HEX #72672B Himalaya

📋 copy color: '#72672B'

red 114 ◦ green 103 ◦ blue 43

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

Shades of Himalaya #72672B

Tints of Himalaya #72672B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.62%

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

R = 43.85%
G = 39.62%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72672B (or 0x72672B) is known color: Himalaya. HEX triplet: 72, 67 and 2B. RGB value is (114,103,43). Sum of RGB (Red+Green+Blue) = 114+103+43=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72672B is #8D98D4. Grayscale: #636363. Windows color (decimal): -9279701 or 2844530. OLE color: 2844530.

HSL color Cylindrical-coordinate representation of color #72672B: hue angle of 50.7º 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 #72672B is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 43 -
CMYK 0 0.10 0.62 0.55
HSL 50.7º 0.45% 0.31% -
HSV(B) 50.7º 0.62% 0.45% -
XYZ 12.23 13.45 4.24 -
YUV 99.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 114 103 43 0 0.10 0.62 0.55 50.7 0.45 0.31
Hex 72 67 2B 0 A 3E 37 33 2D 1F
Octal 162 147 53 0 12 76 67 63 55 37
Binary 1110010 1100111 101011 0 1010 111110 110111 110011 101101 11111

Color Harmonies of #72672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72672B

Black with #72672B

Text Example


Text Example

White with #72672B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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