Html Css Color HEX #8B330D Saddle Brown

📋 copy color: '#8B330D'

red 139 ◦ green 51 ◦ blue 13

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

Shades of Saddle Brown #8B330D

Tints of Saddle Brown #8B330D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 68.47%
G = 25.12%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B330D (or 0x8B330D) is known color: Saddle Brown. HEX triplet: 8B, 33 and 0D. RGB value is (139,51,13). Sum of RGB (Red+Green+Blue) = 139+51+13=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B330D is #74CCF2. Grayscale: #494949. Windows color (decimal): -7654643 or 865163. OLE color: 865163.

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

Color convert

RGB 139 51 13 -
CMYK 0 0.63 0.91 0.45
HSL 18.1º 0.83% 0.3% -
HSV(B) 18.1º 0.91% 0.55% -
XYZ 11.9 7.89 1.28 -
YUV 72.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 139 51 13 0 0.63 0.91 0.45 18.1 0.83 0.3
Hex 8B 33 D 0 3F 5B 2D 12 53 1E
Octal 213 63 15 0 77 133 55 22 123 36
Binary 10001011 110011 1101 0 111111 1011011 101101 10010 1010011 11110

Color Harmonies of #8B330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B330D

Black with #8B330D

Text Example


Text Example

White with #8B330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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