Html Css Color HEX #855F25 Hot Curry

📋 copy color: '#855F25'

red 133 ◦ green 95 ◦ blue 37

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

Shades of Hot Curry #855F25

Tints of Hot Curry #855F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.96%

R = 50.19%
G = 35.85%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#855F25 (or 0x855F25) is known color: Hot Curry. HEX triplet: 85, 5F and 25. RGB value is (133,95,37). Sum of RGB (Red+Green+Blue) = 133+95+37=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #855F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F25 is #7AA0DA. Grayscale: #646464. Windows color (decimal): -8036571 or 2449285. OLE color: 2449285.

HSL color Cylindrical-coordinate representation of color #855F25: hue angle of 36.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #855F25 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 95 37 -
CMYK 0 0.29 0.72 0.48
HSL 36.25º 0.56% 0.33% -
HSV(B) 36.25º 0.72% 0.52% -
XYZ 14.1 13.3 3.58 -
YUV 99.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 133 95 37 0 0.29 0.72 0.48 36.25 0.56 0.33
Hex 85 5F 25 0 1D 48 30 24 38 21
Octal 205 137 45 0 35 110 60 44 70 41
Binary 10000101 1011111 100101 0 11101 1001000 110000 100100 111000 100001

Color Harmonies of #855F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F25

Black with #855F25

Text Example


Text Example

White with #855F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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