Html Css Color HEX #955E02 Golden Brown

📋 copy color: '#955E02'

red 149 ◦ green 94 ◦ blue 2

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

Shades of Golden Brown #955E02

Tints of Golden Brown #955E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.37%

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 60.82%
G = 38.37%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#955E02 (or 0x955E02) is known color: Golden Brown. HEX triplet: 95, 5E and 02. RGB value is (149,94,2). Sum of RGB (Red+Green+Blue) = 149+94+2=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #955E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955E02 is #6AA1FD. Grayscale: #646464. Windows color (decimal): -6988286 or 155285. OLE color: 155285.

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

Color convert

RGB 149 94 2 -
CMYK 0 0.37 0.99 0.42
HSL 37.55º 0.97% 0.3% -
HSV(B) 37.55º 0.99% 0.58% -
XYZ 16.41 14.4 1.97 -
YUV 99.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 149 94 2 0 0.37 0.99 0.42 37.55 0.97 0.3
Hex 95 5E 2 0 25 63 2A 26 61 1E
Octal 225 136 2 0 45 143 52 46 141 36
Binary 10010101 1011110 10 0 100101 1100011 101010 100110 1100001 11110

Color Harmonies of #955E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E02

Black with #955E02

Text Example


Text Example

White with #955E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,94,2); }

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

background-color css

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

 a { background-color: rgb(149,94,2); }

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

border-color css

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

 span { border-color: rgb(149,94,2); }

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