Html Css Color HEX #9B2E02 Saddle Brown

📋 copy color: '#9B2E02'

red 155 ◦ green 46 ◦ blue 2

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

Shades of Saddle Brown #9B2E02

Tints of Saddle Brown #9B2E02

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.66%

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

R = 76.35%
G = 22.66%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B2E02 (or 0x9B2E02) is known color: Saddle Brown. HEX triplet: 9B, 2E and 02. RGB value is (155,46,2). Sum of RGB (Red+Green+Blue) = 155+46+2=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2E02 is #64D1FD. Grayscale: #494949. Windows color (decimal): -6607358 or 143003. OLE color: 143003.

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

Color convert

RGB 155 46 2 -
CMYK 0 0.70 0.99 0.39
HSL 17.25º 0.97% 0.31% -
HSV(B) 17.25º 0.99% 0.61% -
XYZ 14.51 8.93 1.02 -
YUV 73.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 155 46 2 0 0.70 0.99 0.39 17.25 0.97 0.31
Hex 9B 2E 2 0 46 63 27 11 61 1F
Octal 233 56 2 0 106 143 47 21 141 37
Binary 10011011 101110 10 0 1000110 1100011 100111 10001 1100001 11111

Color Harmonies of #9B2E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2E02

Black with #9B2E02

Text Example


Text Example

White with #9B2E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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