Html Css Color HEX #756227 Himalaya

📋 copy color: '#756227'

red 117 ◦ green 98 ◦ blue 39

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

Shades of Himalaya #756227

Tints of Himalaya #756227

RGB

 RED value IS 117 (46.09% from 255) = 46.06%

 GREEN value IS 98 (38.67% from 255) = 38.58%

 BLUE value IS 39 (15.63% from 255) = 15.35%

R = 46.06%
G = 38.58%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#756227 (or 0x756227) is known color: Himalaya. HEX triplet: 75, 62 and 27. RGB value is (117,98,39). Sum of RGB (Red+Green+Blue) = 117+98+39=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #756227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756227 is #8A9DD8. Grayscale: #616161. Windows color (decimal): -9084377 or 2581109. OLE color: 2581109.

HSL color Cylindrical-coordinate representation of color #756227: hue angle of 45.38º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #756227 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 39 -
CMYK 0 0.16 0.67 0.54
HSL 45.38º 0.5% 0.31% -
HSV(B) 45.38º 0.67% 0.46% -
XYZ 12.07 12.66 3.73 -
YUV 96.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 117 98 39 0 0.16 0.67 0.54 45.38 0.5 0.31
Hex 75 62 27 0 10 43 36 2D 32 1F
Octal 165 142 47 0 20 103 66 55 62 37
Binary 1110101 1100010 100111 0 10000 1000011 110110 101101 110010 11111

Color Harmonies of #756227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756227

Black with #756227

Text Example


Text Example

White with #756227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756227; }

 p { color: rgb(117,98,39); }

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

background-color css

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

 a { background-color: rgb(117,98,39); }

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

border-color css

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

 span { border-color: rgb(117,98,39); }

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