Html Css Color HEX #875A1B Hot Curry

📋 copy color: '#875A1B'

red 135 ◦ green 90 ◦ blue 27

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

Shades of Hot Curry #875A1B

Tints of Hot Curry #875A1B

RGB

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

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

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

R = 53.57%
G = 35.71%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#875A1B (or 0x875A1B) is known color: Hot Curry. HEX triplet: 87, 5A and 1B. RGB value is (135,90,27). Sum of RGB (Red+Green+Blue) = 135+90+27=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #875A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A1B is #78A5E4. Grayscale: #606060. Windows color (decimal): -7906789 or 1792647. OLE color: 1792647.

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

Color convert

RGB 135 90 27 -
CMYK 0 0.33 0.8 0.47
HSL 35º 0.67% 0.32% -
HSV(B) 35º 0.8% 0.53% -
XYZ 13.85 12.54 2.73 -
YUV 96.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 135 90 27 0 0.33 0.8 0.47 35 0.67 0.32
Hex 87 5A 1B 0 21 50 2F 23 43 20
Octal 207 132 33 0 41 120 57 43 103 40
Binary 10000111 1011010 11011 0 100001 1010000 101111 100011 1000011 100000

Color Harmonies of #875A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875A1B

Black with #875A1B

Text Example


Text Example

White with #875A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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