Html Css Color HEX #843007 Saddle Brown

📋 copy color: '#843007'

red 132 ◦ green 48 ◦ blue 7

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

Shades of Saddle Brown #843007

Tints of Saddle Brown #843007

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.67%

 BLUE value IS 7 (3.13% from 255) = 3.74%

R = 70.59%
G = 25.67%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#843007 (or 0x843007) is known color: Saddle Brown. HEX triplet: 84, 30 and 07. RGB value is (132,48,7). Sum of RGB (Red+Green+Blue) = 132+48+7=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #843007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843007 is #7BCFF8. Grayscale: #444444. Windows color (decimal): -8114169 or 471172. OLE color: 471172.

HSL color Cylindrical-coordinate representation of color #843007: hue angle of 19.68º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #843007 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 48 7 -
CMYK 0 0.64 0.95 0.48
HSL 19.68º 0.9% 0.27% -
HSV(B) 19.68º 0.95% 0.52% -
XYZ 10.61 7.03 1 -
YUV 68.44 93.33 173.33 -
System Red Green Blue C M Y K H S L
Decimal 132 48 7 0 0.64 0.95 0.48 19.68 0.9 0.27
Hex 84 30 7 0 40 5F 30 14 5A 1B
Octal 204 60 7 0 100 137 60 24 132 33
Binary 10000100 110000 111 0 1000000 1011111 110000 10100 1011010 11011

Color Harmonies of #843007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843007

Black with #843007

Text Example


Text Example

White with #843007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843007; }

 p { color: rgb(132,48,7); }

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

background-color css

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

 a { background-color: rgb(132,48,7); }

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

border-color css

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

 span { border-color: rgb(132,48,7); }

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