Html Css Color HEX #855F23 Hot Curry

📋 copy color: '#855F23'

red 133 ◦ green 95 ◦ blue 35

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

Shades of Hot Curry #855F23

Tints of Hot Curry #855F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.31%

R = 50.57%
G = 36.12%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#855F23 (or 0x855F23) is known color: Hot Curry. HEX triplet: 85, 5F and 23. RGB value is (133,95,35). Sum of RGB (Red+Green+Blue) = 133+95+35=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #855F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F23 is #7AA0DC. Grayscale: #636363. Windows color (decimal): -8036573 or 2318213. OLE color: 2318213.

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

Color convert

RGB 133 95 35 -
CMYK 0 0.29 0.74 0.48
HSL 36.73º 0.58% 0.33% -
HSV(B) 36.73º 0.74% 0.52% -
XYZ 14.07 13.29 3.41 -
YUV 99.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 133 95 35 0 0.29 0.74 0.48 36.73 0.58 0.33
Hex 85 5F 23 0 1D 4A 30 25 3A 21
Octal 205 137 43 0 35 112 60 45 72 41
Binary 10000101 1011111 100011 0 11101 1001010 110000 100101 111010 100001

Color Harmonies of #855F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F23

Black with #855F23

Text Example


Text Example

White with #855F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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