Html Css Color HEX #84300E Saddle Brown

📋 copy color: '#84300E'

red 132 ◦ green 48 ◦ blue 14

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

Shades of Saddle Brown #84300E

Tints of Saddle Brown #84300E

RGB

 RED value IS 132 (51.95% from 255) = 68.04%

 GREEN value IS 48 (19.14% from 255) = 24.74%

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

R = 68.04%
G = 24.74%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84300E (or 0x84300E) is known color: Saddle Brown. HEX triplet: 84, 30 and 0E. RGB value is (132,48,14). Sum of RGB (Red+Green+Blue) = 132+48+14=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #84300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84300E is #7BCFF1. Grayscale: #454545. Windows color (decimal): -8114162 or 929924. OLE color: 929924.

HSL color Cylindrical-coordinate representation of color #84300E: hue angle of 17.29º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84300E is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 48 14 -
CMYK 0 0.64 0.89 0.48
HSL 17.29º 0.81% 0.29% -
HSV(B) 17.29º 0.89% 0.52% -
XYZ 10.65 7.05 1.22 -
YUV 69.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 132 48 14 0 0.64 0.89 0.48 17.29 0.81 0.29
Hex 84 30 E 0 40 59 30 11 51 1D
Octal 204 60 16 0 100 131 60 21 121 35
Binary 10000100 110000 1110 0 1000000 1011001 110000 10001 1010001 11101

Color Harmonies of #84300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84300E

Black with #84300E

Text Example


Text Example

White with #84300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84300E; }

 p { color: rgb(132,48,14); }

 H1.HeaderClassName
 {
   color: #84300E;
 }
 .AnyTagClassName
 {
   color: #84300E;
 }
</style>

background-color css

<style>
 a { background-color: #84300E; }

 a { background-color: rgb(132,48,14); }

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

border-color css

<style>
 span { border-color: #84300E; }

 span { border-color: rgb(132,48,14); }

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