Html Css Color HEX #957908 Hacienda

📋 copy color: '#957908'

red 149 ◦ green 121 ◦ blue 8

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

Shades of Hacienda #957908

Tints of Hacienda #957908

RGB

 RED value IS 149 (58.59% from 255) = 53.6%

 GREEN value IS 121 (47.66% from 255) = 43.53%

 BLUE value IS 8 (3.52% from 255) = 2.88%

R = 53.6%
G = 43.53%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#957908 (or 0x957908) is known color: Hacienda. HEX triplet: 95, 79 and 08. RGB value is (149,121,8). Sum of RGB (Red+Green+Blue) = 149+121+8=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #957908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957908 is #6A86F7. Grayscale: #747474. Windows color (decimal): -6981368 or 555413. OLE color: 555413.

HSL color Cylindrical-coordinate representation of color #957908: hue angle of 48.09º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #957908 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 8 -
CMYK 0 0.19 0.95 0.42
HSL 48.09º 0.9% 0.31% -
HSV(B) 48.09º 0.95% 0.58% -
XYZ 19.28 20.08 3.09 -
YUV 116.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 149 121 8 0 0.19 0.95 0.42 48.09 0.9 0.31
Hex 95 79 8 0 13 5F 2A 30 5A 1F
Octal 225 171 10 0 23 137 52 60 132 37
Binary 10010101 1111001 1000 0 10011 1011111 101010 110000 1011010 11111

Color Harmonies of #957908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957908

Black with #957908

Text Example


Text Example

White with #957908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957908; }

 p { color: rgb(149,121,8); }

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

background-color css

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

 a { background-color: rgb(149,121,8); }

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

border-color css

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

 span { border-color: rgb(149,121,8); }

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