Html Css Color HEX #83422C Cumin

📋 copy color: '#83422C'

red 131 ◦ green 66 ◦ blue 44

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

Shades of Cumin #83422C

Tints of Cumin #83422C

RGB

 RED value IS 131 (51.56% from 255) = 54.36%

 GREEN value IS 66 (26.17% from 255) = 27.39%

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

R = 54.36%
G = 27.39%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83422C (or 0x83422C) is known color: Cumin. HEX triplet: 83, 42 and 2C. RGB value is (131,66,44). Sum of RGB (Red+Green+Blue) = 131+66+44=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83422C is #7CBDD3. Grayscale: #535353. Windows color (decimal): -8175060 or 2900611. OLE color: 2900611.

HSL color Cylindrical-coordinate representation of color #83422C: hue angle of 15.17º degrees, saturation: 0.5, 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 #83422C is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 66 44 -
CMYK 0 0.50 0.66 0.49
HSL 15.17º 0.5% 0.34% -
HSV(B) 15.17º 0.66% 0.51% -
XYZ 11.76 8.9 3.48 -
YUV 82.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 131 66 44 0 0.50 0.66 0.49 15.17 0.5 0.34
Hex 83 42 2C 0 32 42 31 F 32 22
Octal 203 102 54 0 62 102 61 17 62 42
Binary 10000011 1000010 101100 0 110010 1000010 110001 1111 110010 100010

Color Harmonies of #83422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83422C

Black with #83422C

Text Example


Text Example

White with #83422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,66,44); }

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

background-color css

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

 a { background-color: rgb(131,66,44); }

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

border-color css

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

 span { border-color: rgb(131,66,44); }

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