Html Css Color HEX #955F01 Golden Brown

📋 copy color: '#955F01'

red 149 ◦ green 95 ◦ blue 1

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

Shades of Golden Brown #955F01

Tints of Golden Brown #955F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 60.82%
G = 38.78%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#955F01 (or 0x955F01) is known color: Golden Brown. HEX triplet: 95, 5F and 01. RGB value is (149,95,1). Sum of RGB (Red+Green+Blue) = 149+95+1=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #955F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955F01 is #6AA0FE. Grayscale: #646464. Windows color (decimal): -6988031 or 90005. OLE color: 90005.

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

Color convert

RGB 149 95 1 -
CMYK 0 0.36 0.99 0.42
HSL 38.11º 0.99% 0.29% -
HSV(B) 38.11º 0.99% 0.58% -
XYZ 16.49 14.58 1.97 -
YUV 100.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 149 95 1 0 0.36 0.99 0.42 38.11 0.99 0.29
Hex 95 5F 1 0 24 63 2A 26 63 1D
Octal 225 137 1 0 44 143 52 46 143 35
Binary 10010101 1011111 1 0 100100 1100011 101010 100110 1100011 11101

Color Harmonies of #955F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F01

Black with #955F01

Text Example


Text Example

White with #955F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,95,1); }

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

background-color css

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

 a { background-color: rgb(149,95,1); }

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

border-color css

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

 span { border-color: rgb(149,95,1); }

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