Html Css Color HEX #9B4B16 Saddle Brown

📋 copy color: '#9B4B16'

red 155 ◦ green 75 ◦ blue 22

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

Shades of Saddle Brown #9B4B16

Tints of Saddle Brown #9B4B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.76%

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 61.51%
G = 29.76%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B4B16 (or 0x9B4B16) is known color: Saddle Brown. HEX triplet: 9B, 4B and 16. RGB value is (155,75,22). Sum of RGB (Red+Green+Blue) = 155+75+22=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4B16 is #64B4E9. Grayscale: #5D5D5D. Windows color (decimal): -6599914 or 1461147. OLE color: 1461147.

HSL color Cylindrical-coordinate representation of color #9B4B16: hue angle of 23.91º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B4B16 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 75 22 -
CMYK 0 0.52 0.86 0.39
HSL 23.91º 0.75% 0.35% -
HSV(B) 23.91º 0.86% 0.61% -
XYZ 16.18 12.06 2.23 -
YUV 92.88 88 172.31 -
System Red Green Blue C M Y K H S L
Decimal 155 75 22 0 0.52 0.86 0.39 23.91 0.75 0.35
Hex 9B 4B 16 0 34 56 27 18 4B 23
Octal 233 113 26 0 64 126 47 30 113 43
Binary 10011011 1001011 10110 0 110100 1010110 100111 11000 1001011 100011

Color Harmonies of #9B4B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4B16

Black with #9B4B16

Text Example


Text Example

White with #9B4B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,75,22); }

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

background-color css

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

 a { background-color: rgb(155,75,22); }

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

border-color css

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

 span { border-color: rgb(155,75,22); }

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