Html Css Color HEX #865A1B Hot Curry

📋 copy color: '#865A1B'

red 134 ◦ green 90 ◦ blue 27

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

Shades of Hot Curry #865A1B

Tints of Hot Curry #865A1B

RGB

 RED value IS 134 (52.73% from 255) = 53.39%

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

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

R = 53.39%
G = 35.86%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#865A1B (or 0x865A1B) is known color: Hot Curry. HEX triplet: 86, 5A and 1B. RGB value is (134,90,27). Sum of RGB (Red+Green+Blue) = 134+90+27=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #865A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A1B is #79A5E4. Grayscale: #606060. Windows color (decimal): -7972325 or 1792646. OLE color: 1792646.

HSL color Cylindrical-coordinate representation of color #865A1B: hue angle of 35.33º degrees, saturation: 0.66, 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 #865A1B is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 90 27 -
CMYK 0 0.33 0.80 0.47
HSL 35.33º 0.66% 0.32% -
HSV(B) 35.33º 0.8% 0.53% -
XYZ 13.69 12.46 2.72 -
YUV 95.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 134 90 27 0 0.33 0.80 0.47 35.33 0.66 0.32
Hex 86 5A 1B 0 21 50 2F 23 42 20
Octal 206 132 33 0 41 120 57 43 102 40
Binary 10000110 1011010 11011 0 100001 1010000 101111 100011 1000010 100000

Color Harmonies of #865A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A1B

Black with #865A1B

Text Example


Text Example

White with #865A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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