Html Css Color HEX #8B3302 Saddle Brown

📋 copy color: '#8B3302'

red 139 ◦ green 51 ◦ blue 2

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

Shades of Saddle Brown #8B3302

Tints of Saddle Brown #8B3302

RGB

 RED value IS 139 (54.69% from 255) = 72.4%

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

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

R = 72.4%
G = 26.56%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B3302 (or 0x8B3302) is known color: Saddle Brown. HEX triplet: 8B, 33 and 02. RGB value is (139,51,2). Sum of RGB (Red+Green+Blue) = 139+51+2=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3302 is #74CCFD. Grayscale: #484848. Windows color (decimal): -7654654 or 144267. OLE color: 144267.

HSL color Cylindrical-coordinate representation of color #8B3302: hue angle of 21.46º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B3302 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 51 2 -
CMYK 0 0.63 0.99 0.45
HSL 21.46º 0.97% 0.28% -
HSV(B) 21.46º 0.99% 0.55% -
XYZ 11.84 7.86 0.95 -
YUV 71.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 139 51 2 0 0.63 0.99 0.45 21.46 0.97 0.28
Hex 8B 33 2 0 3F 63 2D 15 61 1C
Octal 213 63 2 0 77 143 55 25 141 34
Binary 10001011 110011 10 0 111111 1100011 101101 10101 1100001 11100

Color Harmonies of #8B3302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3302

Black with #8B3302

Text Example


Text Example

White with #8B3302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B3302; }

 p { color: rgb(139,51,2); }

 H1.HeaderClassName
 {
   color: #8B3302;
 }
 .AnyTagClassName
 {
   color: #8B3302;
 }
</style>

background-color css

<style>
 a { background-color: #8B3302; }

 a { background-color: rgb(139,51,2); }

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

border-color css

<style>
 span { border-color: #8B3302; }

 span { border-color: rgb(139,51,2); }

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