Html Css Color HEX #834801 Saddle Brown

📋 copy color: '#834801'

red 131 ◦ green 72 ◦ blue 1

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

Shades of Saddle Brown #834801

Tints of Saddle Brown #834801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.29%

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

R = 64.22%
G = 35.29%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#834801 (or 0x834801) is known color: Saddle Brown. HEX triplet: 83, 48 and 01. RGB value is (131,72,1). Sum of RGB (Red+Green+Blue) = 131+72+1=204 (27% of max value = 765). Red value is 131 (51.56% from 255 or 64.22% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 131 - color contains mainly: red. Hex color #834801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834801 is #7CB7FE. Grayscale: #515151. Windows color (decimal): -8173567 or 84099. OLE color: 84099.

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

Color convert

RGB 131 72 1 -
CMYK 0 0.45 0.99 0.49
HSL 32.77º 0.98% 0.26% -
HSV(B) 32.77º 0.99% 0.51% -
XYZ 11.68 9.46 1.24 -
YUV 81.55 82.55 163.27 -
System Red Green Blue C M Y K H S L
Decimal 131 72 1 0 0.45 0.99 0.49 32.77 0.98 0.26
Hex 83 48 1 0 2D 63 31 21 62 1A
Octal 203 110 1 0 55 143 61 41 142 32
Binary 10000011 1001000 1 0 101101 1100011 110001 100001 1100010 11010

Color Harmonies of #834801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834801

Black with #834801

Text Example


Text Example

White with #834801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834801; }

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

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

background-color css

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

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

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

border-color css

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

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

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