Html Css Color HEX #9B340F Saddle Brown

📋 copy color: '#9B340F'

red 155 ◦ green 52 ◦ blue 15

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

Shades of Saddle Brown #9B340F

Tints of Saddle Brown #9B340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 69.82%
G = 23.42%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B340F (or 0x9B340F) is known color: Saddle Brown. HEX triplet: 9B, 34 and 0F. RGB value is (155,52,15). Sum of RGB (Red+Green+Blue) = 155+52+15=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B340F is #64CBF0. Grayscale: #4E4E4E. Windows color (decimal): -6605809 or 996507. OLE color: 996507.

HSL color Cylindrical-coordinate representation of color #9B340F: hue angle of 15.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B340F is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 52 15 -
CMYK 0 0.66 0.90 0.39
HSL 15.86º 0.82% 0.33% -
HSV(B) 15.86º 0.9% 0.61% -
XYZ 14.83 9.46 1.5 -
YUV 78.58 92.12 182.51 -
System Red Green Blue C M Y K H S L
Decimal 155 52 15 0 0.66 0.90 0.39 15.86 0.82 0.33
Hex 9B 34 F 0 42 5A 27 10 52 21
Octal 233 64 17 0 102 132 47 20 122 41
Binary 10011011 110100 1111 0 1000010 1011010 100111 10000 1010010 100001

Color Harmonies of #9B340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B340F

Black with #9B340F

Text Example


Text Example

White with #9B340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,52,15); }

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

background-color css

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

 a { background-color: rgb(155,52,15); }

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

border-color css

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

 span { border-color: rgb(155,52,15); }

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