Html Css Color HEX #834700 Saddle Brown

📋 copy color: '#834700'

red 131 ◦ green 71 ◦ blue 0

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

Shades of Saddle Brown #834700

Tints of Saddle Brown #834700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.85%
G = 35.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#834700 (or 0x834700) is known color: Saddle Brown. HEX triplet: 83, 47 and 00. RGB value is (131,71,0). Sum of RGB (Red+Green+Blue) = 131+71+0=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #834700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834700 is #7CB8FF. Grayscale: #515151. Windows color (decimal): -8173824 or 18307. OLE color: 18307.

HSL color Cylindrical-coordinate representation of color #834700: hue angle of 32.52º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #834700 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 71 0 -
CMYK 0 0.46 1 0.49
HSL 32.52º 1% 0.26% -
HSV(B) 32.52º 1% 0.51% -
XYZ 11.61 9.33 1.19 -
YUV 80.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 131 71 0 0 0.46 1 0.49 32.52 1 0.26
Hex 83 47 0 0 2E 64 31 21 64 1A
Octal 203 107 0 0 56 144 61 41 144 32
Binary 10000011 1000111 0 0 101110 1100100 110001 100001 1100100 11010

Color Harmonies of #834700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834700

Black with #834700

Text Example


Text Example

White with #834700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834700; }

 p { color: rgb(131,71,0); }

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

background-color css

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

 a { background-color: rgb(131,71,0); }

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

border-color css

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

 span { border-color: rgb(131,71,0); }

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