Html Css Color HEX #955C04 Golden Brown

📋 copy color: '#955C04'

red 149 ◦ green 92 ◦ blue 4

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

Shades of Golden Brown #955C04

Tints of Golden Brown #955C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 60.82%
G = 37.55%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#955C04 (or 0x955C04) is known color: Golden Brown. HEX triplet: 95, 5C and 04. RGB value is (149,92,4). Sum of RGB (Red+Green+Blue) = 149+92+4=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #955C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955C04 is #6AA3FB. Grayscale: #636363. Windows color (decimal): -6988796 or 285845. OLE color: 285845.

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

Color convert

RGB 149 92 4 -
CMYK 0 0.38 0.97 0.42
HSL 36.41º 0.95% 0.3% -
HSV(B) 36.41º 0.97% 0.58% -
XYZ 16.24 14.05 1.97 -
YUV 99.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 149 92 4 0 0.38 0.97 0.42 36.41 0.95 0.3
Hex 95 5C 4 0 26 61 2A 24 5F 1E
Octal 225 134 4 0 46 141 52 44 137 36
Binary 10010101 1011100 100 0 100110 1100001 101010 100100 1011111 11110

Color Harmonies of #955C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C04

Black with #955C04

Text Example


Text Example

White with #955C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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