Html Css Color HEX #9B4302 Saddle Brown

📋 copy color: '#9B4302'

red 155 ◦ green 67 ◦ blue 2

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

Shades of Saddle Brown #9B4302

Tints of Saddle Brown #9B4302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.91%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 69.2%
G = 29.91%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B4302 (or 0x9B4302) is known color: Saddle Brown. HEX triplet: 9B, 43 and 02. RGB value is (155,67,2). Sum of RGB (Red+Green+Blue) = 155+67+2=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4302 is #64BCFD. Grayscale: #565656. Windows color (decimal): -6601982 or 148379. OLE color: 148379.

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

Color convert

RGB 155 67 2 -
CMYK 0 0.57 0.99 0.39
HSL 25.49º 0.97% 0.31% -
HSV(B) 25.49º 0.99% 0.61% -
XYZ 15.54 10.99 1.36 -
YUV 85.9 80.65 177.29 -
System Red Green Blue C M Y K H S L
Decimal 155 67 2 0 0.57 0.99 0.39 25.49 0.97 0.31
Hex 9B 43 2 0 39 63 27 19 61 1F
Octal 233 103 2 0 71 143 47 31 141 37
Binary 10011011 1000011 10 0 111001 1100011 100111 11001 1100001 11111

Color Harmonies of #9B4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4302

Black with #9B4302

Text Example


Text Example

White with #9B4302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,67,2); }

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

background-color css

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

 a { background-color: rgb(155,67,2); }

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

border-color css

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

 span { border-color: rgb(155,67,2); }

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