Html Css Color HEX #955A08 Golden Brown

📋 copy color: '#955A08'

red 149 ◦ green 90 ◦ blue 8

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

Shades of Golden Brown #955A08

Tints of Golden Brown #955A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.44%

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

R = 60.32%
G = 36.44%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#955A08 (or 0x955A08) is known color: Golden Brown. HEX triplet: 95, 5A and 08. RGB value is (149,90,8). Sum of RGB (Red+Green+Blue) = 149+90+8=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #955A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A08 is #6AA5F7. Grayscale: #626262. Windows color (decimal): -6989304 or 547477. OLE color: 547477.

HSL color Cylindrical-coordinate representation of color #955A08: hue angle of 34.89º 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 #955A08 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 8 -
CMYK 0 0.40 0.95 0.42
HSL 34.89º 0.9% 0.31% -
HSV(B) 34.89º 0.95% 0.58% -
XYZ 16.09 13.72 2.03 -
YUV 98.29 77.05 164.17 -
System Red Green Blue C M Y K H S L
Decimal 149 90 8 0 0.40 0.95 0.42 34.89 0.9 0.31
Hex 95 5A 8 0 28 5F 2A 23 5A 1F
Octal 225 132 10 0 50 137 52 43 132 37
Binary 10010101 1011010 1000 0 101000 1011111 101010 100011 1011010 11111

Color Harmonies of #955A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A08

Black with #955A08

Text Example


Text Example

White with #955A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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