Html Css Color HEX #845E1B Hot Curry

📋 copy color: '#845E1B'

red 132 ◦ green 94 ◦ blue 27

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

Shades of Hot Curry #845E1B

Tints of Hot Curry #845E1B

RGB

 RED value IS 132 (51.95% from 255) = 52.17%

 GREEN value IS 94 (37.11% from 255) = 37.15%

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

R = 52.17%
G = 37.15%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#845E1B (or 0x845E1B) is known color: Hot Curry. HEX triplet: 84, 5E and 1B. RGB value is (132,94,27). Sum of RGB (Red+Green+Blue) = 132+94+27=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #845E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E1B is #7BA1E4. Grayscale: #626262. Windows color (decimal): -8102373 or 1793668. OLE color: 1793668.

HSL color Cylindrical-coordinate representation of color #845E1B: hue angle of 38.29º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #845E1B is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 94 27 -
CMYK 0 0.29 0.80 0.48
HSL 38.29º 0.66% 0.31% -
HSV(B) 38.29º 0.8% 0.52% -
XYZ 13.72 12.99 2.82 -
YUV 97.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 132 94 27 0 0.29 0.80 0.48 38.29 0.66 0.31
Hex 84 5E 1B 0 1D 50 30 26 42 1F
Octal 204 136 33 0 35 120 60 46 102 37
Binary 10000100 1011110 11011 0 11101 1010000 110000 100110 1000010 11111

Color Harmonies of #845E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E1B

Black with #845E1B

Text Example


Text Example

White with #845E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845E1B; }

 p { color: rgb(132,94,27); }

 H1.HeaderClassName
 {
   color: #845E1B;
 }
 .AnyTagClassName
 {
   color: #845E1B;
 }
</style>

background-color css

<style>
 a { background-color: #845E1B; }

 a { background-color: rgb(132,94,27); }

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

border-color css

<style>
 span { border-color: #845E1B; }

 span { border-color: rgb(132,94,27); }

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