Html Css Color HEX #816430 Hot Curry

📋 copy color: '#816430'

red 129 ◦ green 100 ◦ blue 48

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

Shades of Hot Curry #816430

Tints of Hot Curry #816430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

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

R = 46.57%
G = 36.1%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#816430 (or 0x816430) is known color: Hot Curry. HEX triplet: 81, 64 and 30. RGB value is (129,100,48). Sum of RGB (Red+Green+Blue) = 129+100+48=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #816430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816430 is #7E9BCF. Grayscale: #666666. Windows color (decimal): -8297424 or 3171457. OLE color: 3171457.

HSL color Cylindrical-coordinate representation of color #816430: hue angle of 38.52º 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 #816430 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 100 48 -
CMYK 0 0.22 0.63 0.49
HSL 38.52º 0.46% 0.35% -
HSV(B) 38.52º 0.63% 0.51% -
XYZ 14.14 13.99 4.75 -
YUV 102.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 129 100 48 0 0.22 0.63 0.49 38.52 0.46 0.35
Hex 81 64 30 0 16 3F 31 27 2E 23
Octal 201 144 60 0 26 77 61 47 56 43
Binary 10000001 1100100 110000 0 10110 111111 110001 100111 101110 100011

Color Harmonies of #816430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816430

Black with #816430

Text Example


Text Example

White with #816430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816430; }

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

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

background-color css

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

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

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

border-color css

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

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

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