Html Css Color HEX #84380D Saddle Brown

📋 copy color: '#84380D'

red 132 ◦ green 56 ◦ blue 13

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

Shades of Saddle Brown #84380D

Tints of Saddle Brown #84380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

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

R = 65.67%
G = 27.86%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#84380D (or 0x84380D) is known color: Saddle Brown. HEX triplet: 84, 38 and 0D. RGB value is (132,56,13). Sum of RGB (Red+Green+Blue) = 132+56+13=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #84380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84380D is #7BC7F2. Grayscale: #4A4A4A. Windows color (decimal): -8112115 or 866436. OLE color: 866436.

HSL color Cylindrical-coordinate representation of color #84380D: hue angle of 21.68º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84380D is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 56 13 -
CMYK 0 0.58 0.90 0.48
HSL 21.68º 0.82% 0.28% -
HSV(B) 21.68º 0.9% 0.52% -
XYZ 11 7.76 1.3 -
YUV 73.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 132 56 13 0 0.58 0.90 0.48 21.68 0.82 0.28
Hex 84 38 D 0 3A 5A 30 16 52 1C
Octal 204 70 15 0 72 132 60 26 122 34
Binary 10000100 111000 1101 0 111010 1011010 110000 10110 1010010 11100

Color Harmonies of #84380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84380D

Black with #84380D

Text Example


Text Example

White with #84380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84380D; }

 p { color: rgb(132,56,13); }

 H1.HeaderClassName
 {
   color: #84380D;
 }
 .AnyTagClassName
 {
   color: #84380D;
 }
</style>

background-color css

<style>
 a { background-color: #84380D; }

 a { background-color: rgb(132,56,13); }

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

border-color css

<style>
 span { border-color: #84380D; }

 span { border-color: rgb(132,56,13); }

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