Html Css Color HEX #955C03 Golden Brown

📋 copy color: '#955C03'

red 149 ◦ green 92 ◦ blue 3

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

Shades of Golden Brown #955C03

Tints of Golden Brown #955C03

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.7%

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 61.07%
G = 37.7%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#955C03 (or 0x955C03) is known color: Golden Brown. HEX triplet: 95, 5C and 03. RGB value is (149,92,3). Sum of RGB (Red+Green+Blue) = 149+92+3=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #955C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955C03 is #6AA3FC. Grayscale: #636363. Windows color (decimal): -6988797 or 220309. OLE color: 220309.

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

Color convert

RGB 149 92 3 -
CMYK 0 0.38 0.98 0.42
HSL 36.58º 0.96% 0.3% -
HSV(B) 36.58º 0.98% 0.58% -
XYZ 16.24 14.05 1.94 -
YUV 98.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 149 92 3 0 0.38 0.98 0.42 36.58 0.96 0.3
Hex 95 5C 3 0 26 62 2A 25 60 1E
Octal 225 134 3 0 46 142 52 45 140 36
Binary 10010101 1011100 11 0 100110 1100010 101010 100101 1100000 11110

Color Harmonies of #955C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C03

Black with #955C03

Text Example


Text Example

White with #955C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,92,3); }

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

background-color css

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

 a { background-color: rgb(149,92,3); }

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

border-color css

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

 span { border-color: rgb(149,92,3); }

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