Html Css Color HEX #9B4C04 Saddle Brown

📋 copy color: '#9B4C04'

red 155 ◦ green 76 ◦ blue 4

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

Shades of Saddle Brown #9B4C04

Tints of Saddle Brown #9B4C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

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

R = 65.96%
G = 32.34%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B4C04 (or 0x9B4C04) is known color: Saddle Brown. HEX triplet: 9B, 4C and 04. RGB value is (155,76,4). Sum of RGB (Red+Green+Blue) = 155+76+4=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4C04 is #64B3FB. Grayscale: #5B5B5B. Windows color (decimal): -6599676 or 281755. OLE color: 281755.

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

Color convert

RGB 155 76 4 -
CMYK 0 0.51 0.97 0.39
HSL 28.61º 0.95% 0.31% -
HSV(B) 28.61º 0.97% 0.61% -
XYZ 16.12 12.15 1.61 -
YUV 91.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 155 76 4 0 0.51 0.97 0.39 28.61 0.95 0.31
Hex 9B 4C 4 0 33 61 27 1D 5F 1F
Octal 233 114 4 0 63 141 47 35 137 37
Binary 10011011 1001100 100 0 110011 1100001 100111 11101 1011111 11111

Color Harmonies of #9B4C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4C04

Black with #9B4C04

Text Example


Text Example

White with #9B4C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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