Html Css Color HEX #8B4307 Saddle Brown

📋 copy color: '#8B4307'

red 139 ◦ green 67 ◦ blue 7

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

Shades of Saddle Brown #8B4307

Tints of Saddle Brown #8B4307

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

 BLUE value IS 7 (3.13% from 255) = 3.29%

R = 65.26%
G = 31.46%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#8B4307 (or 0x8B4307) is known color: Saddle Brown. HEX triplet: 8B, 43 and 07. RGB value is (139,67,7). Sum of RGB (Red+Green+Blue) = 139+67+7=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4307 is #74BCF8. Grayscale: #515151. Windows color (decimal): -7650553 or 476043. OLE color: 476043.

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

Color convert

RGB 139 67 7 -
CMYK 0 0.52 0.95 0.45
HSL 27.27º 0.9% 0.29% -
HSV(B) 27.27º 0.95% 0.55% -
XYZ 12.69 9.52 1.37 -
YUV 81.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 139 67 7 0 0.52 0.95 0.45 27.27 0.9 0.29
Hex 8B 43 7 0 34 5F 2D 1B 5A 1D
Octal 213 103 7 0 64 137 55 33 132 35
Binary 10001011 1000011 111 0 110100 1011111 101101 11011 1011010 11101

Color Harmonies of #8B4307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4307

Black with #8B4307

Text Example


Text Example

White with #8B4307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,67,7); }

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

background-color css

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

 a { background-color: rgb(139,67,7); }

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

border-color css

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

 span { border-color: rgb(139,67,7); }

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