Html Css Color HEX #8B330E Saddle Brown

📋 copy color: '#8B330E'

red 139 ◦ green 51 ◦ blue 14

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

Shades of Saddle Brown #8B330E

Tints of Saddle Brown #8B330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

 BLUE value IS 14 (5.86% from 255) = 6.86%

R = 68.14%
G = 25%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8B330E (or 0x8B330E) is known color: Saddle Brown. HEX triplet: 8B, 33 and 0E. RGB value is (139,51,14). Sum of RGB (Red+Green+Blue) = 139+51+14=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B330E is #74CCF1. Grayscale: #494949. Windows color (decimal): -7654642 or 930699. OLE color: 930699.

HSL color Cylindrical-coordinate representation of color #8B330E: hue angle of 17.76º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B330E is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 51 14 -
CMYK 0 0.63 0.90 0.45
HSL 17.76º 0.82% 0.3% -
HSV(B) 17.76º 0.9% 0.55% -
XYZ 11.91 7.89 1.31 -
YUV 73.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 139 51 14 0 0.63 0.90 0.45 17.76 0.82 0.3
Hex 8B 33 E 0 3F 5A 2D 12 52 1E
Octal 213 63 16 0 77 132 55 22 122 36
Binary 10001011 110011 1110 0 111111 1011010 101101 10010 1010010 11110

Color Harmonies of #8B330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B330E

Black with #8B330E

Text Example


Text Example

White with #8B330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,51,14); }

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

background-color css

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

 a { background-color: rgb(139,51,14); }

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

border-color css

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

 span { border-color: rgb(139,51,14); }

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