Html Css Color HEX #854022 Russet

📋 copy color: '#854022'

red 133 ◦ green 64 ◦ blue 34

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

Shades of Russet #854022

Tints of Russet #854022

RGB

 RED value IS 133 (52.34% from 255) = 57.58%

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

 BLUE value IS 34 (13.67% from 255) = 14.72%

R = 57.58%
G = 27.71%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#854022 (or 0x854022) is known color: Russet. HEX triplet: 85, 40 and 22. RGB value is (133,64,34). Sum of RGB (Red+Green+Blue) = 133+64+34=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #854022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854022 is #7ABFDD. Grayscale: #515151. Windows color (decimal): -8044510 or 2244741. OLE color: 2244741.

HSL color Cylindrical-coordinate representation of color #854022: hue angle of 18.18º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #854022 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 34 -
CMYK 0 0.52 0.74 0.48
HSL 18.18º 0.59% 0.33% -
HSV(B) 18.18º 0.74% 0.52% -
XYZ 11.8 8.77 2.58 -
YUV 81.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 133 64 34 0 0.52 0.74 0.48 18.18 0.59 0.33
Hex 85 40 22 0 34 4A 30 12 3B 21
Octal 205 100 42 0 64 112 60 22 73 41
Binary 10000101 1000000 100010 0 110100 1001010 110000 10010 111011 100001

Color Harmonies of #854022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854022

Black with #854022

Text Example


Text Example

White with #854022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854022; }

 p { color: rgb(133,64,34); }

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

background-color css

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

 a { background-color: rgb(133,64,34); }

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

border-color css

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

 span { border-color: rgb(133,64,34); }

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