Html Css Color HEX #824C33 Paarl

📋 copy color: '#824C33'

red 130 ◦ green 76 ◦ blue 51

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

Shades of Paarl #824C33

Tints of Paarl #824C33

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.57%

 BLUE value IS 51 (20.31% from 255) = 19.84%

R = 50.58%
G = 29.57%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#824C33 (or 0x824C33) is known color: Paarl. HEX triplet: 82, 4C and 33. RGB value is (130,76,51). Sum of RGB (Red+Green+Blue) = 130+76+51=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #824C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C33 is #7DB3CC. Grayscale: #595959. Windows color (decimal): -8238029 or 3361922. OLE color: 3361922.

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

Color convert

RGB 130 76 51 -
CMYK 0 0.42 0.61 0.49
HSL 18.99º 0.44% 0.35% -
HSV(B) 18.99º 0.61% 0.51% -
XYZ 12.39 10.15 4.44 -
YUV 89.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 130 76 51 0 0.42 0.61 0.49 18.99 0.44 0.35
Hex 82 4C 33 0 2A 3D 31 13 2C 23
Octal 202 114 63 0 52 75 61 23 54 43
Binary 10000010 1001100 110011 0 101010 111101 110001 10011 101100 100011

Color Harmonies of #824C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C33

Black with #824C33

Text Example


Text Example

White with #824C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824C33; }

 p { color: rgb(130,76,51); }

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

background-color css

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

 a { background-color: rgb(130,76,51); }

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

border-color css

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

 span { border-color: rgb(130,76,51); }

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