Html Css Color HEX #9B5C0E Golden Brown

📋 copy color: '#9B5C0E'

red 155 ◦ green 92 ◦ blue 14

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

Shades of Golden Brown #9B5C0E

Tints of Golden Brown #9B5C0E

RGB

 RED value IS 155 (60.94% from 255) = 59.39%

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

 BLUE value IS 14 (5.86% from 255) = 5.36%

R = 59.39%
G = 35.25%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B5C0E (or 0x9B5C0E) is known color: Golden Brown. HEX triplet: 9B, 5C and 0E. RGB value is (155,92,14). Sum of RGB (Red+Green+Blue) = 155+92+14=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5C0E is #64A3F1. Grayscale: #666666. Windows color (decimal): -6595570 or 941211. OLE color: 941211.

HSL color Cylindrical-coordinate representation of color #9B5C0E: hue angle of 33.19º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B5C0E is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 92 14 -
CMYK 0 0.41 0.91 0.39
HSL 33.19º 0.83% 0.33% -
HSV(B) 33.19º 0.91% 0.61% -
XYZ 17.42 14.65 2.33 -
YUV 101.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 155 92 14 0 0.41 0.91 0.39 33.19 0.83 0.33
Hex 9B 5C E 0 29 5B 27 21 53 21
Octal 233 134 16 0 51 133 47 41 123 41
Binary 10011011 1011100 1110 0 101001 1011011 100111 100001 1010011 100001

Color Harmonies of #9B5C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5C0E

Black with #9B5C0E

Text Example


Text Example

White with #9B5C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B5C0E; }

 p { color: rgb(155,92,14); }

 H1.HeaderClassName
 {
   color: #9B5C0E;
 }
 .AnyTagClassName
 {
   color: #9B5C0E;
 }
</style>

background-color css

<style>
 a { background-color: #9B5C0E; }

 a { background-color: rgb(155,92,14); }

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

border-color css

<style>
 span { border-color: #9B5C0E; }

 span { border-color: rgb(155,92,14); }

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