Html Css Color HEX #9B4A04 Saddle Brown

📋 copy color: '#9B4A04'

red 155 ◦ green 74 ◦ blue 4

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

Shades of Saddle Brown #9B4A04

Tints of Saddle Brown #9B4A04

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.76%

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 66.52%
G = 31.76%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B4A04 (or 0x9B4A04) is known color: Saddle Brown. HEX triplet: 9B, 4A and 04. RGB value is (155,74,4). Sum of RGB (Red+Green+Blue) = 155+74+4=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4A04 is #64B5FB. Grayscale: #5A5A5A. Windows color (decimal): -6600188 or 281243. OLE color: 281243.

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

Color convert

RGB 155 74 4 -
CMYK 0 0.52 0.97 0.39
HSL 27.81º 0.95% 0.31% -
HSV(B) 27.81º 0.97% 0.61% -
XYZ 15.99 11.87 1.56 -
YUV 90.24 79.34 174.19 -
System Red Green Blue C M Y K H S L
Decimal 155 74 4 0 0.52 0.97 0.39 27.81 0.95 0.31
Hex 9B 4A 4 0 34 61 27 1C 5F 1F
Octal 233 112 4 0 64 141 47 34 137 37
Binary 10011011 1001010 100 0 110100 1100001 100111 11100 1011111 11111

Color Harmonies of #9B4A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4A04

Black with #9B4A04

Text Example


Text Example

White with #9B4A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,74,4); }

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

background-color css

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

 a { background-color: rgb(155,74,4); }

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

border-color css

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

 span { border-color: rgb(155,74,4); }

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