Html Css Color HEX #755F30 Himalaya

📋 copy color: '#755F30'

red 117 ◦ green 95 ◦ blue 48

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

Shades of Himalaya #755F30

Tints of Himalaya #755F30

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

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

R = 45%
G = 36.54%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#755F30 (or 0x755F30) is known color: Himalaya. HEX triplet: 75, 5F and 30. RGB value is (117,95,48). Sum of RGB (Red+Green+Blue) = 117+95+48=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #755F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F30 is #8AA0CF. Grayscale: #606060. Windows color (decimal): -9085136 or 3170165. OLE color: 3170165.

HSL color Cylindrical-coordinate representation of color #755F30: hue angle of 40.87º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755F30 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 95 48 -
CMYK 0 0.19 0.59 0.54
HSL 40.87º 0.42% 0.32% -
HSV(B) 40.87º 0.59% 0.46% -
XYZ 11.96 12.18 4.52 -
YUV 96.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 117 95 48 0 0.19 0.59 0.54 40.87 0.42 0.32
Hex 75 5F 30 0 13 3B 36 29 2A 20
Octal 165 137 60 0 23 73 66 51 52 40
Binary 1110101 1011111 110000 0 10011 111011 110110 101001 101010 100000

Color Harmonies of #755F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F30

Black with #755F30

Text Example


Text Example

White with #755F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755F30; }

 p { color: rgb(117,95,48); }

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

background-color css

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

 a { background-color: rgb(117,95,48); }

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

border-color css

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

 span { border-color: rgb(117,95,48); }

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