Html Css Color HEX #82432C Cumin

📋 copy color: '#82432C'

red 130 ◦ green 67 ◦ blue 44

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

Shades of Cumin #82432C

Tints of Cumin #82432C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.8%

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 53.94%
G = 27.8%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#82432C (or 0x82432C) is known color: Cumin. HEX triplet: 82, 43 and 2C. RGB value is (130,67,44). Sum of RGB (Red+Green+Blue) = 130+67+44=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82432C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82432C is #7DBCD3. Grayscale: #535353. Windows color (decimal): -8240340 or 2900866. OLE color: 2900866.

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

Color convert

RGB 130 67 44 -
CMYK 0 0.48 0.66 0.49
HSL 16.05º 0.49% 0.34% -
HSV(B) 16.05º 0.66% 0.51% -
XYZ 11.67 8.94 3.49 -
YUV 83.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 130 67 44 0 0.48 0.66 0.49 16.05 0.49 0.34
Hex 82 43 2C 0 30 42 31 10 31 22
Octal 202 103 54 0 60 102 61 20 61 42
Binary 10000010 1000011 101100 0 110000 1000010 110001 10000 110001 100010

Color Harmonies of #82432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82432C

Black with #82432C

Text Example


Text Example

White with #82432C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82432C; }

 p { color: rgb(130,67,44); }

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

background-color css

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

 a { background-color: rgb(130,67,44); }

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

border-color css

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

 span { border-color: rgb(130,67,44); }

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