Html Css Color HEX #83462D Paarl

📋 copy color: '#83462D'

red 131 ◦ green 70 ◦ blue 45

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

Shades of Paarl #83462D

Tints of Paarl #83462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.29%

R = 53.25%
G = 28.46%
B = 18.29%

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

#83462D (or 0x83462D) is known color: Paarl. HEX triplet: 83, 46 and 2D. RGB value is (131,70,45). Sum of RGB (Red+Green+Blue) = 131+70+45=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83462D is #7CB9D2. Grayscale: #555555. Windows color (decimal): -8174035 or 2967171. OLE color: 2967171.

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

Color convert

RGB 131 70 45 -
CMYK 0 0.47 0.66 0.49
HSL 17.44º 0.49% 0.35% -
HSV(B) 17.44º 0.66% 0.51% -
XYZ 12.02 9.4 3.66 -
YUV 85.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 131 70 45 0 0.47 0.66 0.49 17.44 0.49 0.35
Hex 83 46 2D 0 2F 42 31 11 31 23
Octal 203 106 55 0 57 102 61 21 61 43
Binary 10000011 1000110 101101 0 101111 1000010 110001 10001 110001 100011

Color Harmonies of #83462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83462D

Black with #83462D

Text Example


Text Example

White with #83462D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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