Html Css Color HEX #82452B Cumin

📋 copy color: '#82452B'

red 130 ◦ green 69 ◦ blue 43

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

Shades of Cumin #82452B

Tints of Cumin #82452B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.51%

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 53.72%
G = 28.51%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#82452B (or 0x82452B) is known color: Cumin. HEX triplet: 82, 45 and 2B. RGB value is (130,69,43). Sum of RGB (Red+Green+Blue) = 130+69+43=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82452B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82452B is #7DBAD4. Grayscale: #545454. Windows color (decimal): -8239829 or 2835842. OLE color: 2835842.

HSL color Cylindrical-coordinate representation of color #82452B: hue angle of 17.93º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82452B is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 43 -
CMYK 0 0.47 0.67 0.49
HSL 17.93º 0.5% 0.34% -
HSV(B) 17.93º 0.67% 0.51% -
XYZ 11.77 9.18 3.44 -
YUV 84.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 130 69 43 0 0.47 0.67 0.49 17.93 0.5 0.34
Hex 82 45 2B 0 2F 43 31 12 32 22
Octal 202 105 53 0 57 103 61 22 62 42
Binary 10000010 1000101 101011 0 101111 1000011 110001 10010 110010 100010

Color Harmonies of #82452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82452B

Black with #82452B

Text Example


Text Example

White with #82452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82452B; }

 p { color: rgb(130,69,43); }

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

background-color css

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

 a { background-color: rgb(130,69,43); }

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

border-color css

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

 span { border-color: rgb(130,69,43); }

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