Html Css Color HEX #834407 Saddle Brown

📋 copy color: '#834407'

red 131 ◦ green 68 ◦ blue 7

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

Shades of Saddle Brown #834407

Tints of Saddle Brown #834407

RGB

 RED value IS 131 (51.56% from 255) = 63.59%

 GREEN value IS 68 (26.95% from 255) = 33.01%

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

R = 63.59%
G = 33.01%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#834407 (or 0x834407) is known color: Saddle Brown. HEX triplet: 83, 44 and 07. RGB value is (131,68,7). Sum of RGB (Red+Green+Blue) = 131+68+7=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #834407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834407 is #7CBBF8. Grayscale: #505050. Windows color (decimal): -8174585 or 476291. OLE color: 476291.

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

Color convert

RGB 131 68 7 -
CMYK 0 0.48 0.95 0.49
HSL 29.52º 0.9% 0.27% -
HSV(B) 29.52º 0.95% 0.51% -
XYZ 11.47 8.97 1.33 -
YUV 79.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 131 68 7 0 0.48 0.95 0.49 29.52 0.9 0.27
Hex 83 44 7 0 30 5F 31 1E 5A 1B
Octal 203 104 7 0 60 137 61 36 132 33
Binary 10000011 1000100 111 0 110000 1011111 110001 11110 1011010 11011

Color Harmonies of #834407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834407

Black with #834407

Text Example


Text Example

White with #834407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834407; }

 p { color: rgb(131,68,7); }

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

background-color css

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

 a { background-color: rgb(131,68,7); }

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

border-color css

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

 span { border-color: rgb(131,68,7); }

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