Html Css Color HEX #834512 Saddle Brown

📋 copy color: '#834512'

red 131 ◦ green 69 ◦ blue 18

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

Shades of Saddle Brown #834512

Tints of Saddle Brown #834512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

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

R = 60.09%
G = 31.65%
B = 8.26%

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

#834512 (or 0x834512) is known color: Saddle Brown. HEX triplet: 83, 45 and 12. RGB value is (131,69,18). Sum of RGB (Red+Green+Blue) = 131+69+18=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #834512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834512 is #7CBAED. Grayscale: #515151. Windows color (decimal): -8174318 or 1197443. OLE color: 1197443.

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

Color convert

RGB 131 69 18 -
CMYK 0 0.47 0.86 0.49
HSL 27.08º 0.76% 0.29% -
HSV(B) 27.08º 0.86% 0.51% -
XYZ 11.6 9.13 1.72 -
YUV 81.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 131 69 18 0 0.47 0.86 0.49 27.08 0.76 0.29
Hex 83 45 12 0 2F 56 31 1B 4C 1D
Octal 203 105 22 0 57 126 61 33 114 35
Binary 10000011 1000101 10010 0 101111 1010110 110001 11011 1001100 11101

Color Harmonies of #834512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834512

Black with #834512

Text Example


Text Example

White with #834512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834512; }

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

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

background-color css

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

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

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

border-color css

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

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

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