Html Css Color HEX #834812 Saddle Brown

📋 copy color: '#834812'

red 131 ◦ green 72 ◦ blue 18

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

Shades of Saddle Brown #834812

Tints of Saddle Brown #834812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

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

R = 59.28%
G = 32.58%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#834812 (or 0x834812) is known color: Saddle Brown. HEX triplet: 83, 48 and 12. RGB value is (131,72,18). Sum of RGB (Red+Green+Blue) = 131+72+18=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #834812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834812 is #7CB7ED. Grayscale: #535353. Windows color (decimal): -8173550 or 1198211. OLE color: 1198211.

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

Color convert

RGB 131 72 18 -
CMYK 0 0.45 0.86 0.49
HSL 28.67º 0.76% 0.29% -
HSV(B) 28.67º 0.86% 0.51% -
XYZ 11.79 9.5 1.79 -
YUV 83.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 131 72 18 0 0.45 0.86 0.49 28.67 0.76 0.29
Hex 83 48 12 0 2D 56 31 1D 4C 1D
Octal 203 110 22 0 55 126 61 35 114 35
Binary 10000011 1001000 10010 0 101101 1010110 110001 11101 1001100 11101

Color Harmonies of #834812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834812

Black with #834812

Text Example


Text Example

White with #834812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834812; }

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

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

background-color css

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

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

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

border-color css

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

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

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