Html Css Color HEX #834C0E Saddle Brown

📋 copy color: '#834C0E'

red 131 ◦ green 76 ◦ blue 14

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

Shades of Saddle Brown #834C0E

Tints of Saddle Brown #834C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.39%

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 59.28%
G = 34.39%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#834C0E (or 0x834C0E) is known color: Saddle Brown. HEX triplet: 83, 4C and 0E. RGB value is (131,76,14). Sum of RGB (Red+Green+Blue) = 131+76+14=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #834C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834C0E is #7CB3F1. Grayscale: #555555. Windows color (decimal): -8172530 or 937091. OLE color: 937091.

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

Color convert

RGB 131 76 14 -
CMYK 0 0.42 0.89 0.49
HSL 31.79º 0.81% 0.28% -
HSV(B) 31.79º 0.89% 0.51% -
XYZ 12.02 10.03 1.72 -
YUV 85.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 131 76 14 0 0.42 0.89 0.49 31.79 0.81 0.28
Hex 83 4C E 0 2A 59 31 20 51 1C
Octal 203 114 16 0 52 131 61 40 121 34
Binary 10000011 1001100 1110 0 101010 1011001 110001 100000 1010001 11100

Color Harmonies of #834C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C0E

Black with #834C0E

Text Example


Text Example

White with #834C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,76,14); }

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

background-color css

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

 a { background-color: rgb(131,76,14); }

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

border-color css

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

 span { border-color: rgb(131,76,14); }

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