Html Css Color HEX #83452B Cumin

📋 copy color: '#83452B'

red 131 ◦ green 69 ◦ blue 43

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

Shades of Cumin #83452B

Tints of Cumin #83452B

RGB

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

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

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

R = 53.91%
G = 28.4%
B = 17.7%

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

#83452B (or 0x83452B) is known color: Cumin. HEX triplet: 83, 45 and 2B. RGB value is (131,69,43). Sum of RGB (Red+Green+Blue) = 131+69+43=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83452B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83452B is #7CBAD4. Grayscale: #545454. Windows color (decimal): -8174293 or 2835843. OLE color: 2835843.

HSL color Cylindrical-coordinate representation of color #83452B: hue angle of 17.73º degrees, saturation: 0.51, 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 #83452B is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 69 43 -
CMYK 0 0.47 0.67 0.49
HSL 17.73º 0.51% 0.34% -
HSV(B) 17.73º 0.67% 0.51% -
XYZ 11.92 9.26 3.44 -
YUV 84.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 131 69 43 0 0.47 0.67 0.49 17.73 0.51 0.34
Hex 83 45 2B 0 2F 43 31 12 33 22
Octal 203 105 53 0 57 103 61 22 63 42
Binary 10000011 1000101 101011 0 101111 1000011 110001 10010 110011 100010

Color Harmonies of #83452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83452B

Black with #83452B

Text Example


Text Example

White with #83452B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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