Html Css Color HEX #885422 Hot Curry

📋 copy color: '#885422'

red 136 ◦ green 84 ◦ blue 34

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

Shades of Hot Curry #885422

Tints of Hot Curry #885422

RGB

 RED value IS 136 (53.52% from 255) = 53.54%

 GREEN value IS 84 (33.2% from 255) = 33.07%

 BLUE value IS 34 (13.67% from 255) = 13.39%

R = 53.54%
G = 33.07%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#885422 (or 0x885422) is known color: Hot Curry. HEX triplet: 88, 54 and 22. RGB value is (136,84,34). Sum of RGB (Red+Green+Blue) = 136+84+34=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #885422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885422 is #77ABDD. Grayscale: #5E5E5E. Windows color (decimal): -7842782 or 2249864. OLE color: 2249864.

HSL color Cylindrical-coordinate representation of color #885422: hue angle of 29.41º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #885422 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 84 34 -
CMYK 0 0.38 0.75 0.47
HSL 29.41º 0.6% 0.33% -
HSV(B) 29.41º 0.75% 0.53% -
XYZ 13.61 11.69 3.05 -
YUV 93.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 136 84 34 0 0.38 0.75 0.47 29.41 0.6 0.33
Hex 88 54 22 0 26 4B 2F 1D 3C 21
Octal 210 124 42 0 46 113 57 35 74 41
Binary 10001000 1010100 100010 0 100110 1001011 101111 11101 111100 100001

Color Harmonies of #885422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885422

Black with #885422

Text Example


Text Example

White with #885422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885422; }

 p { color: rgb(136,84,34); }

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

background-color css

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

 a { background-color: rgb(136,84,34); }

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

border-color css

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

 span { border-color: rgb(136,84,34); }

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