Html Css Color HEX #95540B Golden Brown

📋 copy color: '#95540B'

red 149 ◦ green 84 ◦ blue 11

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

Shades of Golden Brown #95540B

Tints of Golden Brown #95540B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.43%

 BLUE value IS 11 (4.69% from 255) = 4.51%

R = 61.07%
G = 34.43%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95540B (or 0x95540B) is known color: Golden Brown. HEX triplet: 95, 54 and 0B. RGB value is (149,84,11). Sum of RGB (Red+Green+Blue) = 149+84+11=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #95540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95540B is #6AABF4. Grayscale: #5F5F5F. Windows color (decimal): -6990837 or 742549. OLE color: 742549.

HSL color Cylindrical-coordinate representation of color #95540B: hue angle of 31.74º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95540B is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 11 -
CMYK 0 0.44 0.93 0.42
HSL 31.74º 0.86% 0.31% -
HSV(B) 31.74º 0.93% 0.58% -
XYZ 15.63 12.75 1.95 -
YUV 95.11 80.53 166.44 -
System Red Green Blue C M Y K H S L
Decimal 149 84 11 0 0.44 0.93 0.42 31.74 0.86 0.31
Hex 95 54 B 0 2C 5D 2A 20 56 1F
Octal 225 124 13 0 54 135 52 40 126 37
Binary 10010101 1010100 1011 0 101100 1011101 101010 100000 1010110 11111

Color Harmonies of #95540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95540B

Black with #95540B

Text Example


Text Example

White with #95540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95540B; }

 p { color: rgb(149,84,11); }

 H1.HeaderClassName
 {
   color: #95540B;
 }
 .AnyTagClassName
 {
   color: #95540B;
 }
</style>

background-color css

<style>
 a { background-color: #95540B; }

 a { background-color: rgb(149,84,11); }

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

border-color css

<style>
 span { border-color: #95540B; }

 span { border-color: rgb(149,84,11); }

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