Html Css Color HEX #824632 Paarl

📋 copy color: '#824632'

red 130 ◦ green 70 ◦ blue 50

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

Shades of Paarl #824632

Tints of Paarl #824632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20%

R = 52%
G = 28%
B = 20%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#824632 (or 0x824632) is known color: Paarl. HEX triplet: 82, 46 and 32. RGB value is (130,70,50). Sum of RGB (Red+Green+Blue) = 130+70+50=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #824632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824632 is #7DB9CD. Grayscale: #555555. Windows color (decimal): -8239566 or 3294850. OLE color: 3294850.

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

Color convert

RGB 130 70 50 -
CMYK 0 0.46 0.62 0.49
HSL 15º 0.44% 0.35% -
HSV(B) 15º 0.62% 0.51% -
XYZ 11.97 9.36 4.19 -
YUV 85.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 130 70 50 0 0.46 0.62 0.49 15 0.44 0.35
Hex 82 46 32 0 2E 3E 31 F 2C 23
Octal 202 106 62 0 56 76 61 17 54 43
Binary 10000010 1000110 110010 0 101110 111110 110001 1111 101100 100011

Color Harmonies of #824632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824632

Black with #824632

Text Example


Text Example

White with #824632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824632; }

 p { color: rgb(130,70,50); }

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

background-color css

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

 a { background-color: rgb(130,70,50); }

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

border-color css

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

 span { border-color: rgb(130,70,50); }

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