Html Css Color HEX #8B360A Saddle Brown

📋 copy color: '#8B360A'

red 139 ◦ green 54 ◦ blue 10

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

Shades of Saddle Brown #8B360A

Tints of Saddle Brown #8B360A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

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

R = 68.47%
G = 26.6%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8B360A (or 0x8B360A) is known color: Saddle Brown. HEX triplet: 8B, 36 and 0A. RGB value is (139,54,10). Sum of RGB (Red+Green+Blue) = 139+54+10=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B360A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B360A is #74C9F5. Grayscale: #4A4A4A. Windows color (decimal): -7653878 or 669323. OLE color: 669323.

HSL color Cylindrical-coordinate representation of color #8B360A: hue angle of 20.47º 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 #8B360A is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 54 10 -
CMYK 0 0.61 0.93 0.45
HSL 20.47º 0.87% 0.29% -
HSV(B) 20.47º 0.93% 0.55% -
XYZ 12.02 8.15 1.23 -
YUV 74.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 139 54 10 0 0.61 0.93 0.45 20.47 0.87 0.29
Hex 8B 36 A 0 3D 5D 2D 14 57 1D
Octal 213 66 12 0 75 135 55 24 127 35
Binary 10001011 110110 1010 0 111101 1011101 101101 10100 1010111 11101

Color Harmonies of #8B360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B360A

Black with #8B360A

Text Example


Text Example

White with #8B360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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