Html Css Color HEX #8B4100 Saddle Brown

📋 copy color: '#8B4100'

red 139 ◦ green 65 ◦ blue 0

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

Shades of Saddle Brown #8B4100

Tints of Saddle Brown #8B4100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.14%
G = 31.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8B4100 (or 0x8B4100) is known color: Saddle Brown. HEX triplet: 8B, 41 and 00. RGB value is (139,65,0). Sum of RGB (Red+Green+Blue) = 139+65+0=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4100 is #74BEFF. Grayscale: #505050. Windows color (decimal): -7651072 or 16779. OLE color: 16779.

HSL color Cylindrical-coordinate representation of color #8B4100: hue angle of 28.06º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B4100 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 65 0 -
CMYK 0 0.53 1 0.45
HSL 28.06º 1% 0.27% -
HSV(B) 28.06º 1% 0.55% -
XYZ 12.54 9.27 1.13 -
YUV 79.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 139 65 0 0 0.53 1 0.45 28.06 1 0.27
Hex 8B 41 0 0 35 64 2D 1C 64 1B
Octal 213 101 0 0 65 144 55 34 144 33
Binary 10001011 1000001 0 0 110101 1100100 101101 11100 1100100 11011

Color Harmonies of #8B4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4100

Black with #8B4100

Text Example


Text Example

White with #8B4100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,65,0); }

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

background-color css

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

 a { background-color: rgb(139,65,0); }

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

border-color css

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

 span { border-color: rgb(139,65,0); }

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