Html Css Color HEX #9B520E Saddle Brown

📋 copy color: '#9B520E'

red 155 ◦ green 82 ◦ blue 14

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

Shades of Saddle Brown #9B520E

Tints of Saddle Brown #9B520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.67%

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

R = 61.75%
G = 32.67%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B520E (or 0x9B520E) is known color: Saddle Brown. HEX triplet: 9B, 52 and 0E. RGB value is (155,82,14). Sum of RGB (Red+Green+Blue) = 155+82+14=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B520E is #64ADF1. Grayscale: #606060. Windows color (decimal): -6598130 or 938651. OLE color: 938651.

HSL color Cylindrical-coordinate representation of color #9B520E: hue angle of 28.94º 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 #9B520E is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 82 14 -
CMYK 0 0.47 0.91 0.39
HSL 28.94º 0.83% 0.33% -
HSV(B) 28.94º 0.91% 0.61% -
XYZ 16.61 13.03 2.06 -
YUV 96.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 155 82 14 0 0.47 0.91 0.39 28.94 0.83 0.33
Hex 9B 52 E 0 2F 5B 27 1D 53 21
Octal 233 122 16 0 57 133 47 35 123 41
Binary 10011011 1010010 1110 0 101111 1011011 100111 11101 1010011 100001

Color Harmonies of #9B520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B520E

Black with #9B520E

Text Example


Text Example

White with #9B520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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