Html Css Color HEX #834D0F Saddle Brown

📋 copy color: '#834D0F'

red 131 ◦ green 77 ◦ blue 15

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

Shades of Saddle Brown #834D0F

Tints of Saddle Brown #834D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 58.74%
G = 34.53%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#834D0F (or 0x834D0F) is known color: Saddle Brown. HEX triplet: 83, 4D and 0F. RGB value is (131,77,15). Sum of RGB (Red+Green+Blue) = 131+77+15=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #834D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834D0F is #7CB2F0. Grayscale: #565656. Windows color (decimal): -8172273 or 1002883. OLE color: 1002883.

HSL color Cylindrical-coordinate representation of color #834D0F: hue angle of 32.07º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #834D0F is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 77 15 -
CMYK 0 0.41 0.89 0.49
HSL 32.07º 0.79% 0.29% -
HSV(B) 32.07º 0.89% 0.51% -
XYZ 12.1 10.17 1.78 -
YUV 86.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 131 77 15 0 0.41 0.89 0.49 32.07 0.79 0.29
Hex 83 4D F 0 29 59 31 20 4F 1D
Octal 203 115 17 0 51 131 61 40 117 35
Binary 10000011 1001101 1111 0 101001 1011001 110001 100000 1001111 11101

Color Harmonies of #834D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834D0F

Black with #834D0F

Text Example


Text Example

White with #834D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834D0F; }

 p { color: rgb(131,77,15); }

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

background-color css

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

 a { background-color: rgb(131,77,15); }

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

border-color css

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

 span { border-color: rgb(131,77,15); }

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