Html Css Color HEX #834606 Saddle Brown

📋 copy color: '#834606'

red 131 ◦ green 70 ◦ blue 6

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

Shades of Saddle Brown #834606

Tints of Saddle Brown #834606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.82%

 BLUE value IS 6 (2.73% from 255) = 2.9%

R = 63.29%
G = 33.82%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#834606 (or 0x834606) is known color: Saddle Brown. HEX triplet: 83, 46 and 06. RGB value is (131,70,6). Sum of RGB (Red+Green+Blue) = 131+70+6=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #834606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834606 is #7CB9F9. Grayscale: #515151. Windows color (decimal): -8174074 or 411267. OLE color: 411267.

HSL color Cylindrical-coordinate representation of color #834606: hue angle of 30.72º degrees, saturation: 0.91, 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 #834606 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 6 -
CMYK 0 0.47 0.95 0.49
HSL 30.72º 0.91% 0.27% -
HSV(B) 30.72º 0.95% 0.51% -
XYZ 11.58 9.22 1.34 -
YUV 80.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 131 70 6 0 0.47 0.95 0.49 30.72 0.91 0.27
Hex 83 46 6 0 2F 5F 31 1F 5B 1B
Octal 203 106 6 0 57 137 61 37 133 33
Binary 10000011 1000110 110 0 101111 1011111 110001 11111 1011011 11011

Color Harmonies of #834606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834606

Black with #834606

Text Example


Text Example

White with #834606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834606; }

 p { color: rgb(131,70,6); }

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

background-color css

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

 a { background-color: rgb(131,70,6); }

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

border-color css

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

 span { border-color: rgb(131,70,6); }

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