Html Css Color HEX #8B451B Saddle Brown

📋 copy color: '#8B451B'

red 139 ◦ green 69 ◦ blue 27

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

Shades of Saddle Brown #8B451B

Tints of Saddle Brown #8B451B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.36%

 BLUE value IS 27 (10.94% from 255) = 11.49%

R = 59.15%
G = 29.36%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8B451B (or 0x8B451B) is known color: Saddle Brown. HEX triplet: 8B, 45 and 1B. RGB value is (139,69,27). Sum of RGB (Red+Green+Blue) = 139+69+27=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B451B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B451B is #74BAE4. Grayscale: #555555. Windows color (decimal): -7650021 or 1787275. OLE color: 1787275.

HSL color Cylindrical-coordinate representation of color #8B451B: hue angle of 22.5º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B451B is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 69 27 -
CMYK 0 0.50 0.81 0.45
HSL 22.5º 0.67% 0.33% -
HSV(B) 22.5º 0.81% 0.55% -
XYZ 12.97 9.82 2.25 -
YUV 85.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 139 69 27 0 0.50 0.81 0.45 22.5 0.67 0.33
Hex 8B 45 1B 0 32 51 2D 16 43 21
Octal 213 105 33 0 62 121 55 26 103 41
Binary 10001011 1000101 11011 0 110010 1010001 101101 10110 1000011 100001

Color Harmonies of #8B451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B451B

Black with #8B451B

Text Example


Text Example

White with #8B451B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,69,27); }

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

background-color css

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

 a { background-color: rgb(139,69,27); }

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

border-color css

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

 span { border-color: rgb(139,69,27); }

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