Html Css Color HEX #8B330F Saddle Brown

📋 copy color: '#8B330F'

red 139 ◦ green 51 ◦ blue 15

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

Shades of Saddle Brown #8B330F

Tints of Saddle Brown #8B330F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 67.8%
G = 24.88%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8B330F (or 0x8B330F) is known color: Saddle Brown. HEX triplet: 8B, 33 and 0F. RGB value is (139,51,15). Sum of RGB (Red+Green+Blue) = 139+51+15=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B330F is #74CCF0. Grayscale: #494949. Windows color (decimal): -7654641 or 996235. OLE color: 996235.

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

Color convert

RGB 139 51 15 -
CMYK 0 0.63 0.89 0.45
HSL 17.42º 0.81% 0.3% -
HSV(B) 17.42º 0.89% 0.55% -
XYZ 11.92 7.89 1.35 -
YUV 73.21 95.15 174.93 -
System Red Green Blue C M Y K H S L
Decimal 139 51 15 0 0.63 0.89 0.45 17.42 0.81 0.3
Hex 8B 33 F 0 3F 59 2D 11 51 1E
Octal 213 63 17 0 77 131 55 21 121 36
Binary 10001011 110011 1111 0 111111 1011001 101101 10001 1010001 11110

Color Harmonies of #8B330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B330F

Black with #8B330F

Text Example


Text Example

White with #8B330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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