Html Css Color HEX #843C0A Saddle Brown

📋 copy color: '#843C0A'

red 132 ◦ green 60 ◦ blue 10

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

Shades of Saddle Brown #843C0A

Tints of Saddle Brown #843C0A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.7%

 BLUE value IS 10 (4.3% from 255) = 4.95%

R = 65.35%
G = 29.7%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#843C0A (or 0x843C0A) is known color: Saddle Brown. HEX triplet: 84, 3C and 0A. RGB value is (132,60,10). Sum of RGB (Red+Green+Blue) = 132+60+10=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #843C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C0A is #7BC3F5. Grayscale: #4C4C4C. Windows color (decimal): -8111094 or 670852. OLE color: 670852.

HSL color Cylindrical-coordinate representation of color #843C0A: hue angle of 24.59º degrees, saturation: 0.86, 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 #843C0A is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 60 10 -
CMYK 0 0.55 0.92 0.48
HSL 24.59º 0.86% 0.28% -
HSV(B) 24.59º 0.92% 0.52% -
XYZ 11.19 8.16 1.27 -
YUV 75.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 132 60 10 0 0.55 0.92 0.48 24.59 0.86 0.28
Hex 84 3C A 0 37 5C 30 19 56 1C
Octal 204 74 12 0 67 134 60 31 126 34
Binary 10000100 111100 1010 0 110111 1011100 110000 11001 1010110 11100

Color Harmonies of #843C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843C0A

Black with #843C0A

Text Example


Text Example

White with #843C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843C0A; }

 p { color: rgb(132,60,10); }

 H1.HeaderClassName
 {
   color: #843C0A;
 }
 .AnyTagClassName
 {
   color: #843C0A;
 }
</style>

background-color css

<style>
 a { background-color: #843C0A; }

 a { background-color: rgb(132,60,10); }

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

border-color css

<style>
 span { border-color: #843C0A; }

 span { border-color: rgb(132,60,10); }

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