Html Css Color HEX #834213 Saddle Brown

📋 copy color: '#834213'

red 131 ◦ green 66 ◦ blue 19

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

Shades of Saddle Brown #834213

Tints of Saddle Brown #834213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.56%

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 60.65%
G = 30.56%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#834213 (or 0x834213) is known color: Saddle Brown. HEX triplet: 83, 42 and 13. RGB value is (131,66,19). Sum of RGB (Red+Green+Blue) = 131+66+19=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #834213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834213 is #7CBDEC. Grayscale: #505050. Windows color (decimal): -8175085 or 1262211. OLE color: 1262211.

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

Color convert

RGB 131 66 19 -
CMYK 0 0.50 0.85 0.49
HSL 25.18º 0.75% 0.29% -
HSV(B) 25.18º 0.85% 0.51% -
XYZ 11.43 8.77 1.71 -
YUV 80.08 93.53 164.32 -
System Red Green Blue C M Y K H S L
Decimal 131 66 19 0 0.50 0.85 0.49 25.18 0.75 0.29
Hex 83 42 13 0 32 55 31 19 4B 1D
Octal 203 102 23 0 62 125 61 31 113 35
Binary 10000011 1000010 10011 0 110010 1010101 110001 11001 1001011 11101

Color Harmonies of #834213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834213

Black with #834213

Text Example


Text Example

White with #834213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834213; }

 p { color: rgb(131,66,19); }

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

background-color css

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

 a { background-color: rgb(131,66,19); }

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

border-color css

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

 span { border-color: rgb(131,66,19); }

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