Html Css Color HEX #834612 Saddle Brown

📋 copy color: '#834612'

red 131 ◦ green 70 ◦ blue 18

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

Shades of Saddle Brown #834612

Tints of Saddle Brown #834612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 59.82%
G = 31.96%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#834612 (or 0x834612) is known color: Saddle Brown. HEX triplet: 83, 46 and 12. RGB value is (131,70,18). Sum of RGB (Red+Green+Blue) = 131+70+18=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #834612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834612 is #7CB9ED. Grayscale: #525252. Windows color (decimal): -8174062 or 1197699. OLE color: 1197699.

HSL color Cylindrical-coordinate representation of color #834612: hue angle of 27.61º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #834612 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 18 -
CMYK 0 0.47 0.86 0.49
HSL 27.61º 0.76% 0.29% -
HSV(B) 27.61º 0.86% 0.51% -
XYZ 11.66 9.25 1.74 -
YUV 82.31 91.71 162.73 -
System Red Green Blue C M Y K H S L
Decimal 131 70 18 0 0.47 0.86 0.49 27.61 0.76 0.29
Hex 83 46 12 0 2F 56 31 1C 4C 1D
Octal 203 106 22 0 57 126 61 34 114 35
Binary 10000011 1000110 10010 0 101111 1010110 110001 11100 1001100 11101

Color Harmonies of #834612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834612

Black with #834612

Text Example


Text Example

White with #834612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834612; }

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

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

background-color css

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

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

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

border-color css

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

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

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