Html Css Color HEX #855A1B Hot Curry

📋 copy color: '#855A1B'

red 133 ◦ green 90 ◦ blue 27

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

Shades of Hot Curry #855A1B

Tints of Hot Curry #855A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 53.2%
G = 36%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#855A1B (or 0x855A1B) is known color: Hot Curry. HEX triplet: 85, 5A and 1B. RGB value is (133,90,27). Sum of RGB (Red+Green+Blue) = 133+90+27=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #855A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A1B is #7AA5E4. Grayscale: #5F5F5F. Windows color (decimal): -8037861 or 1792645. OLE color: 1792645.

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

Color convert

RGB 133 90 27 -
CMYK 0 0.32 0.80 0.48
HSL 35.66º 0.66% 0.31% -
HSV(B) 35.66º 0.8% 0.52% -
XYZ 13.53 12.38 2.71 -
YUV 95.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 133 90 27 0 0.32 0.80 0.48 35.66 0.66 0.31
Hex 85 5A 1B 0 20 50 30 24 42 1F
Octal 205 132 33 0 40 120 60 44 102 37
Binary 10000101 1011010 11011 0 100000 1010000 110000 100100 1000010 11111

Color Harmonies of #855A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A1B

Black with #855A1B

Text Example


Text Example

White with #855A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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