Html Css Color HEX #83452E Paarl

📋 copy color: '#83452E'

red 131 ◦ green 69 ◦ blue 46

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

Shades of Paarl #83452E

Tints of Paarl #83452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.7%

R = 53.25%
G = 28.05%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83452E (or 0x83452E) is known color: Paarl. HEX triplet: 83, 45 and 2E. RGB value is (131,69,46). Sum of RGB (Red+Green+Blue) = 131+69+46=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83452E is #7CBAD1. Grayscale: #555555. Windows color (decimal): -8174290 or 3032451. OLE color: 3032451.

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

Color convert

RGB 131 69 46 -
CMYK 0 0.47 0.65 0.49
HSL 16.24º 0.48% 0.35% -
HSV(B) 16.24º 0.65% 0.51% -
XYZ 11.98 9.28 3.74 -
YUV 84.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 131 69 46 0 0.47 0.65 0.49 16.24 0.48 0.35
Hex 83 45 2E 0 2F 41 31 10 30 23
Octal 203 105 56 0 57 101 61 20 60 43
Binary 10000011 1000101 101110 0 101111 1000001 110001 10000 110000 100011

Color Harmonies of #83452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83452E

Black with #83452E

Text Example


Text Example

White with #83452E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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