Html Css Color HEX #843A0F Saddle Brown

📋 copy color: '#843A0F'

red 132 ◦ green 58 ◦ blue 15

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

Shades of Saddle Brown #843A0F

Tints of Saddle Brown #843A0F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.29%

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 64.39%
G = 28.29%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#843A0F (or 0x843A0F) is known color: Saddle Brown. HEX triplet: 84, 3A and 0F. RGB value is (132,58,15). Sum of RGB (Red+Green+Blue) = 132+58+15=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #843A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843A0F is #7BC5F0. Grayscale: #4B4B4B. Windows color (decimal): -8111601 or 998020. OLE color: 998020.

HSL color Cylindrical-coordinate representation of color #843A0F: hue angle of 22.05º degrees, saturation: 0.8, 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 #843A0F is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 58 15 -
CMYK 0 0.56 0.89 0.48
HSL 22.05º 0.8% 0.29% -
HSV(B) 22.05º 0.89% 0.52% -
XYZ 11.12 7.97 1.4 -
YUV 75.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 132 58 15 0 0.56 0.89 0.48 22.05 0.8 0.29
Hex 84 3A F 0 38 59 30 16 50 1D
Octal 204 72 17 0 70 131 60 26 120 35
Binary 10000100 111010 1111 0 111000 1011001 110000 10110 1010000 11101

Color Harmonies of #843A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843A0F

Black with #843A0F

Text Example


Text Example

White with #843A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,58,15); }

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

background-color css

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

 a { background-color: rgb(132,58,15); }

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

border-color css

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

 span { border-color: rgb(132,58,15); }

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