Html Css Color HEX #834001 Saddle Brown

📋 copy color: '#834001'

red 131 ◦ green 64 ◦ blue 1

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

Shades of Saddle Brown #834001

Tints of Saddle Brown #834001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 66.84%
G = 32.65%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#834001 (or 0x834001) is known color: Saddle Brown. HEX triplet: 83, 40 and 01. RGB value is (131,64,1). Sum of RGB (Red+Green+Blue) = 131+64+1=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #834001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834001 is #7CBFFE. Grayscale: #4D4D4D. Windows color (decimal): -8175615 or 82051. OLE color: 82051.

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

Color convert

RGB 131 64 1 -
CMYK 0 0.51 0.99 0.49
HSL 29.08º 0.98% 0.26% -
HSV(B) 29.08º 0.99% 0.51% -
XYZ 11.2 8.49 1.08 -
YUV 76.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 131 64 1 0 0.51 0.99 0.49 29.08 0.98 0.26
Hex 83 40 1 0 33 63 31 1D 62 1A
Octal 203 100 1 0 63 143 61 35 142 32
Binary 10000011 1000000 1 0 110011 1100011 110001 11101 1100010 11010

Color Harmonies of #834001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834001

Black with #834001

Text Example


Text Example

White with #834001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834001; }

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

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

background-color css

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

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

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

border-color css

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

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

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