Html Css Color HEX #82442E Cumin

📋 copy color: '#82442E'

red 130 ◦ green 68 ◦ blue 46

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

Shades of Cumin #82442E

Tints of Cumin #82442E

RGB

 RED value IS 130 (51.17% from 255) = 53.28%

 GREEN value IS 68 (26.95% from 255) = 27.87%

 BLUE value IS 46 (18.36% from 255) = 18.85%

R = 53.28%
G = 27.87%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82442E (or 0x82442E) is known color: Cumin. HEX triplet: 82, 44 and 2E. RGB value is (130,68,46). Sum of RGB (Red+Green+Blue) = 130+68+46=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82442E is #7DBBD1. Grayscale: #545454. Windows color (decimal): -8240082 or 3032194. OLE color: 3032194.

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

Color convert

RGB 130 68 46 -
CMYK 0 0.48 0.65 0.49
HSL 15.71º 0.48% 0.35% -
HSV(B) 15.71º 0.65% 0.51% -
XYZ 11.77 9.08 3.72 -
YUV 84.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 130 68 46 0 0.48 0.65 0.49 15.71 0.48 0.35
Hex 82 44 2E 0 30 41 31 10 30 23
Octal 202 104 56 0 60 101 61 20 60 43
Binary 10000010 1000100 101110 0 110000 1000001 110001 10000 110000 100011

Color Harmonies of #82442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82442E

Black with #82442E

Text Example


Text Example

White with #82442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82442E; }

 p { color: rgb(130,68,46); }

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

background-color css

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

 a { background-color: rgb(130,68,46); }

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

border-color css

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

 span { border-color: rgb(130,68,46); }

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