Html Css Color HEX #842C00 Saddle Brown

📋 copy color: '#842C00'

red 132 ◦ green 44 ◦ blue 0

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

Shades of Saddle Brown #842C00

Tints of Saddle Brown #842C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#842C00 (or 0x842C00) is known color: Saddle Brown. HEX triplet: 84, 2C and 00. RGB value is (132,44,0). Sum of RGB (Red+Green+Blue) = 132+44+0=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #842C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842C00 is #7BD3FF. Grayscale: #414141. Windows color (decimal): -8115200 or 11396. OLE color: 11396.

HSL color Cylindrical-coordinate representation of color #842C00: hue angle of 20º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #842C00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 44 0 -
CMYK 0 0.67 1 0.48
HSL 20º 1% 0.26% -
HSV(B) 20º 1% 0.52% -
XYZ 10.42 6.71 0.75 -
YUV 65.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 132 44 0 0 0.67 1 0.48 20 1 0.26
Hex 84 2C 0 0 43 64 30 14 64 1A
Octal 204 54 0 0 103 144 60 24 144 32
Binary 10000100 101100 0 0 1000011 1100100 110000 10100 1100100 11010

Color Harmonies of #842C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842C00

Black with #842C00

Text Example


Text Example

White with #842C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842C00; }

 p { color: rgb(132,44,0); }

 H1.HeaderClassName
 {
   color: #842C00;
 }
 .AnyTagClassName
 {
   color: #842C00;
 }
</style>

background-color css

<style>
 a { background-color: #842C00; }

 a { background-color: rgb(132,44,0); }

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

border-color css

<style>
 span { border-color: #842C00; }

 span { border-color: rgb(132,44,0); }

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