Html Css Color HEX #84330B Saddle Brown

📋 copy color: '#84330B'

red 132 ◦ green 51 ◦ blue 11

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

Shades of Saddle Brown #84330B

Tints of Saddle Brown #84330B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.67%

R = 68.04%
G = 26.29%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84330B (or 0x84330B) is known color: Saddle Brown. HEX triplet: 84, 33 and 0B. RGB value is (132,51,11). Sum of RGB (Red+Green+Blue) = 132+51+11=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #84330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84330B is #7BCCF4. Grayscale: #464646. Windows color (decimal): -8113397 or 734084. OLE color: 734084.

HSL color Cylindrical-coordinate representation of color #84330B: hue angle of 19.83º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84330B is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 51 11 -
CMYK 0 0.61 0.92 0.48
HSL 19.83º 0.85% 0.28% -
HSV(B) 19.83º 0.92% 0.52% -
XYZ 10.76 7.3 1.16 -
YUV 70.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 132 51 11 0 0.61 0.92 0.48 19.83 0.85 0.28
Hex 84 33 B 0 3D 5C 30 14 55 1C
Octal 204 63 13 0 75 134 60 24 125 34
Binary 10000100 110011 1011 0 111101 1011100 110000 10100 1010101 11100

Color Harmonies of #84330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84330B

Black with #84330B

Text Example


Text Example

White with #84330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84330B; }

 p { color: rgb(132,51,11); }

 H1.HeaderClassName
 {
   color: #84330B;
 }
 .AnyTagClassName
 {
   color: #84330B;
 }
</style>

background-color css

<style>
 a { background-color: #84330B; }

 a { background-color: rgb(132,51,11); }

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

border-color css

<style>
 span { border-color: #84330B; }

 span { border-color: rgb(132,51,11); }

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