Html Css Color HEX #72672E Himalaya

📋 copy color: '#72672E'

red 114 ◦ green 103 ◦ blue 46

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

Shades of Himalaya #72672E

Tints of Himalaya #72672E

RGB

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

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

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

R = 43.35%
G = 39.16%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#72672E (or 0x72672E) is known color: Himalaya. HEX triplet: 72, 67 and 2E. RGB value is (114,103,46). Sum of RGB (Red+Green+Blue) = 114+103+46=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #72672E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72672E is #8D98D1. Grayscale: #646464. Windows color (decimal): -9279698 or 3041138. OLE color: 3041138.

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

Color convert

RGB 114 103 46 -
CMYK 0 0.10 0.60 0.55
HSL 50.29º 0.43% 0.31% -
HSV(B) 50.29º 0.6% 0.45% -
XYZ 12.28 13.48 4.54 -
YUV 99.79 97.64 138.13 -
System Red Green Blue C M Y K H S L
Decimal 114 103 46 0 0.10 0.60 0.55 50.29 0.43 0.31
Hex 72 67 2E 0 A 3C 37 32 2A 1F
Octal 162 147 56 0 12 74 67 62 52 37
Binary 1110010 1100111 101110 0 1010 111100 110111 110010 101010 11111

Color Harmonies of #72672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72672E

Black with #72672E

Text Example


Text Example

White with #72672E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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