Html Css Color HEX #855D22 Hot Curry

📋 copy color: '#855D22'

red 133 ◦ green 93 ◦ blue 34

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

Shades of Hot Curry #855D22

Tints of Hot Curry #855D22

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.77%

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

R = 51.15%
G = 35.77%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#855D22 (or 0x855D22) is known color: Hot Curry. HEX triplet: 85, 5D and 22. RGB value is (133,93,34). Sum of RGB (Red+Green+Blue) = 133+93+34=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #855D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D22 is #7AA2DD. Grayscale: #626262. Windows color (decimal): -8037086 or 2252165. OLE color: 2252165.

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

Color convert

RGB 133 93 34 -
CMYK 0 0.30 0.74 0.48
HSL 35.76º 0.59% 0.33% -
HSV(B) 35.76º 0.74% 0.52% -
XYZ 13.88 12.93 3.28 -
YUV 98.23 91.75 152.8 -
System Red Green Blue C M Y K H S L
Decimal 133 93 34 0 0.30 0.74 0.48 35.76 0.59 0.33
Hex 85 5D 22 0 1E 4A 30 24 3B 21
Octal 205 135 42 0 36 112 60 44 73 41
Binary 10000101 1011101 100010 0 11110 1001010 110000 100100 111011 100001

Color Harmonies of #855D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D22

Black with #855D22

Text Example


Text Example

White with #855D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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