Html Css Color HEX #726730 Himalaya

📋 copy color: '#726730'

red 114 ◦ green 103 ◦ blue 48

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

Shades of Himalaya #726730

Tints of Himalaya #726730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 43.02%
G = 38.87%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#726730 (or 0x726730) is known color: Himalaya. HEX triplet: 72, 67 and 30. RGB value is (114,103,48). Sum of RGB (Red+Green+Blue) = 114+103+48=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #726730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726730 is #8D98CF. Grayscale: #646464. Windows color (decimal): -9279696 or 3172210. OLE color: 3172210.

HSL color Cylindrical-coordinate representation of color #726730: hue angle of 50º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #726730 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 48 -
CMYK 0 0.10 0.58 0.55
HSL 50º 0.41% 0.32% -
HSV(B) 50º 0.58% 0.45% -
XYZ 12.32 13.49 4.75 -
YUV 100.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 114 103 48 0 0.10 0.58 0.55 50 0.41 0.32
Hex 72 67 30 0 A 3A 37 32 29 20
Octal 162 147 60 0 12 72 67 62 51 40
Binary 1110010 1100111 110000 0 1010 111010 110111 110010 101001 100000

Color Harmonies of #726730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726730

Black with #726730

Text Example


Text Example

White with #726730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726730; }

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

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

background-color css

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

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

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

border-color css

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

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

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