Html Css Color HEX #8B370A Saddle Brown

📋 copy color: '#8B370A'

red 139 ◦ green 55 ◦ blue 10

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

Shades of Saddle Brown #8B370A

Tints of Saddle Brown #8B370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.96%

 BLUE value IS 10 (4.3% from 255) = 4.9%

R = 68.14%
G = 26.96%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8B370A (or 0x8B370A) is known color: Saddle Brown. HEX triplet: 8B, 37 and 0A. RGB value is (139,55,10). Sum of RGB (Red+Green+Blue) = 139+55+10=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B370A is #74C8F5. Grayscale: #4B4B4B. Windows color (decimal): -7653622 or 669579. OLE color: 669579.

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

Color convert

RGB 139 55 10 -
CMYK 0 0.60 0.93 0.45
HSL 20.93º 0.87% 0.29% -
HSV(B) 20.93º 0.93% 0.55% -
XYZ 12.07 8.24 1.24 -
YUV 74.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 139 55 10 0 0.60 0.93 0.45 20.93 0.87 0.29
Hex 8B 37 A 0 3C 5D 2D 15 57 1D
Octal 213 67 12 0 74 135 55 25 127 35
Binary 10001011 110111 1010 0 111100 1011101 101101 10101 1010111 11101

Color Harmonies of #8B370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B370A

Black with #8B370A

Text Example


Text Example

White with #8B370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,55,10); }

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

background-color css

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

 a { background-color: rgb(139,55,10); }

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

border-color css

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

 span { border-color: rgb(139,55,10); }

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