Html Css Color HEX #875C1A Hot Curry

📋 copy color: '#875C1A'

red 135 ◦ green 92 ◦ blue 26

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

Shades of Hot Curry #875C1A

Tints of Hot Curry #875C1A

RGB

 RED value IS 135 (53.13% from 255) = 53.36%

 GREEN value IS 92 (36.33% from 255) = 36.36%

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 53.36%
G = 36.36%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#875C1A (or 0x875C1A) is known color: Hot Curry. HEX triplet: 87, 5C and 1A. RGB value is (135,92,26). Sum of RGB (Red+Green+Blue) = 135+92+26=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #875C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C1A is #78A3E5. Grayscale: #616161. Windows color (decimal): -7906278 or 1727623. OLE color: 1727623.

HSL color Cylindrical-coordinate representation of color #875C1A: hue angle of 36.33º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #875C1A is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 92 26 -
CMYK 0 0.32 0.81 0.47
HSL 36.33º 0.68% 0.32% -
HSV(B) 36.33º 0.81% 0.53% -
XYZ 14.01 12.88 2.73 -
YUV 97.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 135 92 26 0 0.32 0.81 0.47 36.33 0.68 0.32
Hex 87 5C 1A 0 20 51 2F 24 44 20
Octal 207 134 32 0 40 121 57 44 104 40
Binary 10000111 1011100 11010 0 100000 1010001 101111 100100 1000100 100000

Color Harmonies of #875C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C1A

Black with #875C1A

Text Example


Text Example

White with #875C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875C1A; }

 p { color: rgb(135,92,26); }

 H1.HeaderClassName
 {
   color: #875C1A;
 }
 .AnyTagClassName
 {
   color: #875C1A;
 }
</style>

background-color css

<style>
 a { background-color: #875C1A; }

 a { background-color: rgb(135,92,26); }

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

border-color css

<style>
 span { border-color: #875C1A; }

 span { border-color: rgb(135,92,26); }

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