Html Css Color HEX #834000 Saddle Brown

📋 copy color: '#834000'

red 131 ◦ green 64 ◦ blue 0

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

Shades of Saddle Brown #834000

Tints of Saddle Brown #834000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.82%

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

R = 67.18%
G = 32.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#834000 (or 0x834000) is known color: Saddle Brown. HEX triplet: 83, 40 and 00. RGB value is (131,64,0). Sum of RGB (Red+Green+Blue) = 131+64+0=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #834000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834000 is #7CBFFF. Grayscale: #4D4D4D. Windows color (decimal): -8175616 or 16515. OLE color: 16515.

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

Color convert

RGB 131 64 0 -
CMYK 0 0.51 1 0.49
HSL 29.31º 1% 0.26% -
HSV(B) 29.31º 1% 0.51% -
XYZ 11.19 8.49 1.05 -
YUV 76.74 84.7 166.7 -
System Red Green Blue C M Y K H S L
Decimal 131 64 0 0 0.51 1 0.49 29.31 1 0.26
Hex 83 40 0 0 33 64 31 1D 64 1A
Octal 203 100 0 0 63 144 61 35 144 32
Binary 10000011 1000000 0 0 110011 1100100 110001 11101 1100100 11010

Color Harmonies of #834000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834000

Black with #834000

Text Example


Text Example

White with #834000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834000; }

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

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

background-color css

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

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

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

border-color css

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

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

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