Html Css Color HEX #955A0D Golden Brown

📋 copy color: '#955A0D'

red 149 ◦ green 90 ◦ blue 13

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

Shades of Golden Brown #955A0D

Tints of Golden Brown #955A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 59.13%
G = 35.71%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#955A0D (or 0x955A0D) is known color: Golden Brown. HEX triplet: 95, 5A and 0D. RGB value is (149,90,13). Sum of RGB (Red+Green+Blue) = 149+90+13=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #955A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A0D is #6AA5F2. Grayscale: #636363. Windows color (decimal): -6989299 or 875157. OLE color: 875157.

HSL color Cylindrical-coordinate representation of color #955A0D: hue angle of 33.97º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #955A0D is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 13 -
CMYK 0 0.40 0.91 0.42
HSL 33.97º 0.84% 0.32% -
HSV(B) 33.97º 0.91% 0.58% -
XYZ 16.12 13.73 2.18 -
YUV 98.86 79.55 163.76 -
System Red Green Blue C M Y K H S L
Decimal 149 90 13 0 0.40 0.91 0.42 33.97 0.84 0.32
Hex 95 5A D 0 28 5B 2A 22 54 20
Octal 225 132 15 0 50 133 52 42 124 40
Binary 10010101 1011010 1101 0 101000 1011011 101010 100010 1010100 100000

Color Harmonies of #955A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A0D

Black with #955A0D

Text Example


Text Example

White with #955A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,90,13); }

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

background-color css

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

 a { background-color: rgb(149,90,13); }

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

border-color css

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

 span { border-color: rgb(149,90,13); }

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