Html Css Color HEX #83462C Paarl

📋 copy color: '#83462C'

red 131 ◦ green 70 ◦ blue 44

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

Shades of Paarl #83462C

Tints of Paarl #83462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.57%

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

R = 53.47%
G = 28.57%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83462C (or 0x83462C) is known color: Paarl. HEX triplet: 83, 46 and 2C. RGB value is (131,70,44). Sum of RGB (Red+Green+Blue) = 131+70+44=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83462C is #7CB9D3. Grayscale: #555555. Windows color (decimal): -8174036 or 2901635. OLE color: 2901635.

HSL color Cylindrical-coordinate representation of color #83462C: 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.66%. Process color model (Four color, CMYK) of #83462C is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 44 -
CMYK 0 0.47 0.66 0.49
HSL 17.93º 0.5% 0.34% -
HSV(B) 17.93º 0.66% 0.51% -
XYZ 12 9.39 3.56 -
YUV 85.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 131 70 44 0 0.47 0.66 0.49 17.93 0.5 0.34
Hex 83 46 2C 0 2F 42 31 12 32 22
Octal 203 106 54 0 57 102 61 22 62 42
Binary 10000011 1000110 101100 0 101111 1000010 110001 10010 110010 100010

Color Harmonies of #83462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83462C

Black with #83462C

Text Example


Text Example

White with #83462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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