Html Css Color HEX #8B440B Saddle Brown

📋 copy color: '#8B440B'

red 139 ◦ green 68 ◦ blue 11

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

Shades of Saddle Brown #8B440B

Tints of Saddle Brown #8B440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

 BLUE value IS 11 (4.69% from 255) = 5.05%

R = 63.76%
G = 31.19%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#8B440B (or 0x8B440B) is known color: Saddle Brown. HEX triplet: 8B, 44 and 0B. RGB value is (139,68,11). Sum of RGB (Red+Green+Blue) = 139+68+11=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B440B is #74BBF4. Grayscale: #535353. Windows color (decimal): -7650293 or 738443. OLE color: 738443.

HSL color Cylindrical-coordinate representation of color #8B440B: hue angle of 26.72º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B440B is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 68 11 -
CMYK 0 0.51 0.92 0.45
HSL 26.72º 0.85% 0.29% -
HSV(B) 26.72º 0.92% 0.55% -
XYZ 12.77 9.65 1.51 -
YUV 82.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 139 68 11 0 0.51 0.92 0.45 26.72 0.85 0.29
Hex 8B 44 B 0 33 5C 2D 1B 55 1D
Octal 213 104 13 0 63 134 55 33 125 35
Binary 10001011 1000100 1011 0 110011 1011100 101101 11011 1010101 11101

Color Harmonies of #8B440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B440B

Black with #8B440B

Text Example


Text Example

White with #8B440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,68,11); }

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

background-color css

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

 a { background-color: rgb(139,68,11); }

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

border-color css

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

 span { border-color: rgb(139,68,11); }

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