Html Css Color HEX #816630 Hot Curry

📋 copy color: '#816630'

red 129 ◦ green 102 ◦ blue 48

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

Shades of Hot Curry #816630

Tints of Hot Curry #816630

RGB

 RED value IS 129 (50.78% from 255) = 46.24%

 GREEN value IS 102 (40.23% from 255) = 36.56%

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 46.24%
G = 36.56%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#816630 (or 0x816630) is known color: Hot Curry. HEX triplet: 81, 66 and 30. RGB value is (129,102,48). Sum of RGB (Red+Green+Blue) = 129+102+48=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #816630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816630 is #7E99CF. Grayscale: #686868. Windows color (decimal): -8296912 or 3171969. OLE color: 3171969.

HSL color Cylindrical-coordinate representation of color #816630: hue angle of 40º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #816630 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 102 48 -
CMYK 0 0.21 0.63 0.49
HSL 40º 0.46% 0.35% -
HSV(B) 40º 0.63% 0.51% -
XYZ 14.34 14.38 4.82 -
YUV 103.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 129 102 48 0 0.21 0.63 0.49 40 0.46 0.35
Hex 81 66 30 0 15 3F 31 28 2E 23
Octal 201 146 60 0 25 77 61 50 56 43
Binary 10000001 1100110 110000 0 10101 111111 110001 101000 101110 100011

Color Harmonies of #816630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816630

Black with #816630

Text Example


Text Example

White with #816630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816630; }

 p { color: rgb(129,102,48); }

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

background-color css

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

 a { background-color: rgb(129,102,48); }

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

border-color css

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

 span { border-color: rgb(129,102,48); }

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