Html Css Color HEX #855A1F Hot Curry

📋 copy color: '#855A1F'

red 133 ◦ green 90 ◦ blue 31

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

Shades of Hot Curry #855A1F

Tints of Hot Curry #855A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.43%

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 52.36%
G = 35.43%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#855A1F (or 0x855A1F) is known color: Hot Curry. HEX triplet: 85, 5A and 1F. RGB value is (133,90,31). Sum of RGB (Red+Green+Blue) = 133+90+31=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #855A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A1F is #7AA5E0. Grayscale: #606060. Windows color (decimal): -8037857 or 2054789. OLE color: 2054789.

HSL color Cylindrical-coordinate representation of color #855A1F: hue angle of 34.71º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #855A1F is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 31 -
CMYK 0 0.32 0.77 0.48
HSL 34.71º 0.62% 0.32% -
HSV(B) 34.71º 0.77% 0.52% -
XYZ 13.58 12.4 2.97 -
YUV 96.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 133 90 31 0 0.32 0.77 0.48 34.71 0.62 0.32
Hex 85 5A 1F 0 20 4D 30 23 3E 20
Octal 205 132 37 0 40 115 60 43 76 40
Binary 10000101 1011010 11111 0 100000 1001101 110000 100011 111110 100000

Color Harmonies of #855A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A1F

Black with #855A1F

Text Example


Text Example

White with #855A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,90,31); }

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

background-color css

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

 a { background-color: rgb(133,90,31); }

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

border-color css

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

 span { border-color: rgb(133,90,31); }

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