Html Css Color HEX #834301 Saddle Brown

📋 copy color: '#834301'

red 131 ◦ green 67 ◦ blue 1

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

Shades of Saddle Brown #834301

Tints of Saddle Brown #834301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.67%

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

R = 65.83%
G = 33.67%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#834301 (or 0x834301) is known color: Saddle Brown. HEX triplet: 83, 43 and 01. RGB value is (131,67,1). Sum of RGB (Red+Green+Blue) = 131+67+1=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #834301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834301 is #7CBCFE. Grayscale: #4E4E4E. Windows color (decimal): -8174847 or 82819. OLE color: 82819.

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

Color convert

RGB 131 67 1 -
CMYK 0 0.49 0.99 0.49
HSL 30.46º 0.98% 0.26% -
HSV(B) 30.46º 0.99% 0.51% -
XYZ 11.37 8.84 1.14 -
YUV 78.61 84.2 165.37 -
System Red Green Blue C M Y K H S L
Decimal 131 67 1 0 0.49 0.99 0.49 30.46 0.98 0.26
Hex 83 43 1 0 31 63 31 1E 62 1A
Octal 203 103 1 0 61 143 61 36 142 32
Binary 10000011 1000011 1 0 110001 1100011 110001 11110 1100010 11010

Color Harmonies of #834301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834301

Black with #834301

Text Example


Text Example

White with #834301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834301; }

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

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

background-color css

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

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

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

border-color css

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

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

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