Html Css Color HEX #955B05 Golden Brown

📋 copy color: '#955B05'

red 149 ◦ green 91 ◦ blue 5

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

Shades of Golden Brown #955B05

Tints of Golden Brown #955B05

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.14%

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 60.82%
G = 37.14%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#955B05 (or 0x955B05) is known color: Golden Brown. HEX triplet: 95, 5B and 05. RGB value is (149,91,5). Sum of RGB (Red+Green+Blue) = 149+91+5=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #955B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955B05 is #6AA4FA. Grayscale: #626262. Windows color (decimal): -6989051 or 351125. OLE color: 351125.

HSL color Cylindrical-coordinate representation of color #955B05: hue angle of 35.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #955B05 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 91 5 -
CMYK 0 0.39 0.97 0.42
HSL 35.83º 0.94% 0.3% -
HSV(B) 35.83º 0.97% 0.58% -
XYZ 16.16 13.88 1.97 -
YUV 98.54 75.22 163.99 -
System Red Green Blue C M Y K H S L
Decimal 149 91 5 0 0.39 0.97 0.42 35.83 0.94 0.3
Hex 95 5B 5 0 27 61 2A 24 5E 1E
Octal 225 133 5 0 47 141 52 44 136 36
Binary 10010101 1011011 101 0 100111 1100001 101010 100100 1011110 11110

Color Harmonies of #955B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B05

Black with #955B05

Text Example


Text Example

White with #955B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,91,5); }

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

background-color css

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

 a { background-color: rgb(149,91,5); }

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

border-color css

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

 span { border-color: rgb(149,91,5); }

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