Html Css Color HEX #9B330F Saddle Brown

📋 copy color: '#9B330F'

red 155 ◦ green 51 ◦ blue 15

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

Shades of Saddle Brown #9B330F

Tints of Saddle Brown #9B330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

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

R = 70.14%
G = 23.08%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B330F (or 0x9B330F) is known color: Saddle Brown. HEX triplet: 9B, 33 and 0F. RGB value is (155,51,15). Sum of RGB (Red+Green+Blue) = 155+51+15=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B330F is #64CCF0. Grayscale: #4E4E4E. Windows color (decimal): -6606065 or 996251. OLE color: 996251.

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

Color convert

RGB 155 51 15 -
CMYK 0 0.67 0.90 0.39
HSL 15.43º 0.82% 0.33% -
HSV(B) 15.43º 0.9% 0.61% -
XYZ 14.79 9.37 1.48 -
YUV 77.99 92.46 182.93 -
System Red Green Blue C M Y K H S L
Decimal 155 51 15 0 0.67 0.90 0.39 15.43 0.82 0.33
Hex 9B 33 F 0 43 5A 27 F 52 21
Octal 233 63 17 0 103 132 47 17 122 41
Binary 10011011 110011 1111 0 1000011 1011010 100111 1111 1010010 100001

Color Harmonies of #9B330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B330F

Black with #9B330F

Text Example


Text Example

White with #9B330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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