Html Css Color HEX #855F1E Hot Curry

📋 copy color: '#855F1E'

red 133 ◦ green 95 ◦ blue 30

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

Shades of Hot Curry #855F1E

Tints of Hot Curry #855F1E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.82%

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 51.55%
G = 36.82%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#855F1E (or 0x855F1E) is known color: Hot Curry. HEX triplet: 85, 5F and 1E. RGB value is (133,95,30). Sum of RGB (Red+Green+Blue) = 133+95+30=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #855F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F1E is #7AA0E1. Grayscale: #636363. Windows color (decimal): -8036578 or 1990533. OLE color: 1990533.

HSL color Cylindrical-coordinate representation of color #855F1E: hue angle of 37.86º degrees, saturation: 0.63, 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 #855F1E is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 95 30 -
CMYK 0 0.29 0.77 0.48
HSL 37.86º 0.63% 0.32% -
HSV(B) 37.86º 0.77% 0.52% -
XYZ 14 13.26 3.05 -
YUV 98.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 133 95 30 0 0.29 0.77 0.48 37.86 0.63 0.32
Hex 85 5F 1E 0 1D 4D 30 26 3F 20
Octal 205 137 36 0 35 115 60 46 77 40
Binary 10000101 1011111 11110 0 11101 1001101 110000 100110 111111 100000

Color Harmonies of #855F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F1E

Black with #855F1E

Text Example


Text Example

White with #855F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,95,30); }

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

background-color css

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

 a { background-color: rgb(133,95,30); }

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

border-color css

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

 span { border-color: rgb(133,95,30); }

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