Html Css Color HEX #9B510A Saddle Brown

📋 copy color: '#9B510A'

red 155 ◦ green 81 ◦ blue 10

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

Shades of Saddle Brown #9B510A

Tints of Saddle Brown #9B510A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.93%

 BLUE value IS 10 (4.3% from 255) = 4.07%

R = 63.01%
G = 32.93%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B510A (or 0x9B510A) is known color: Saddle Brown. HEX triplet: 9B, 51 and 0A. RGB value is (155,81,10). Sum of RGB (Red+Green+Blue) = 155+81+10=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B510A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B510A is #64AEF5. Grayscale: #5F5F5F. Windows color (decimal): -6598390 or 676251. OLE color: 676251.

HSL color Cylindrical-coordinate representation of color #9B510A: hue angle of 29.38º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B510A is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 81 10 -
CMYK 0 0.48 0.94 0.39
HSL 29.38º 0.88% 0.32% -
HSV(B) 29.38º 0.94% 0.61% -
XYZ 16.51 12.88 1.9 -
YUV 95.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 155 81 10 0 0.48 0.94 0.39 29.38 0.88 0.32
Hex 9B 51 A 0 30 5E 27 1D 58 20
Octal 233 121 12 0 60 136 47 35 130 40
Binary 10011011 1010001 1010 0 110000 1011110 100111 11101 1011000 100000

Color Harmonies of #9B510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B510A

Black with #9B510A

Text Example


Text Example

White with #9B510A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,81,10); }

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

background-color css

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

 a { background-color: rgb(155,81,10); }

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

border-color css

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

 span { border-color: rgb(155,81,10); }

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