Html Css Color HEX #854122 Russet

📋 copy color: '#854122'

red 133 ◦ green 65 ◦ blue 34

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

Shades of Russet #854122

Tints of Russet #854122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.02%

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

R = 57.33%
G = 28.02%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#854122 (or 0x854122) is known color: Russet. HEX triplet: 85, 41 and 22. RGB value is (133,65,34). Sum of RGB (Red+Green+Blue) = 133+65+34=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #854122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854122 is #7ABEDD. Grayscale: #515151. Windows color (decimal): -8044254 or 2244997. OLE color: 2244997.

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

Color convert

RGB 133 65 34 -
CMYK 0 0.51 0.74 0.48
HSL 18.79º 0.59% 0.33% -
HSV(B) 18.79º 0.74% 0.52% -
XYZ 11.85 8.88 2.6 -
YUV 81.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 133 65 34 0 0.51 0.74 0.48 18.79 0.59 0.33
Hex 85 41 22 0 33 4A 30 13 3B 21
Octal 205 101 42 0 63 112 60 23 73 41
Binary 10000101 1000001 100010 0 110011 1001010 110000 10011 111011 100001

Color Harmonies of #854122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854122

Black with #854122

Text Example


Text Example

White with #854122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854122; }

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

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

background-color css

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

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

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

border-color css

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

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

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