Html Css Color HEX #824B35 Paarl

📋 copy color: '#824B35'

red 130 ◦ green 75 ◦ blue 53

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

Shades of Paarl #824B35

Tints of Paarl #824B35

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.07%

 BLUE value IS 53 (21.09% from 255) = 20.54%

R = 50.39%
G = 29.07%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#824B35 (or 0x824B35) is known color: Paarl. HEX triplet: 82, 4B and 35. RGB value is (130,75,53). Sum of RGB (Red+Green+Blue) = 130+75+53=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #824B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B35 is #7DB4CA. Grayscale: #595959. Windows color (decimal): -8238283 or 3492738. OLE color: 3492738.

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

Color convert

RGB 130 75 53 -
CMYK 0 0.42 0.59 0.49
HSL 17.14º 0.42% 0.36% -
HSV(B) 17.14º 0.59% 0.51% -
XYZ 12.36 10.04 4.65 -
YUV 88.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 130 75 53 0 0.42 0.59 0.49 17.14 0.42 0.36
Hex 82 4B 35 0 2A 3B 31 11 2A 24
Octal 202 113 65 0 52 73 61 21 52 44
Binary 10000010 1001011 110101 0 101010 111011 110001 10001 101010 100100

Color Harmonies of #824B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B35

Black with #824B35

Text Example


Text Example

White with #824B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,75,53); }

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

background-color css

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

 a { background-color: rgb(130,75,53); }

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

border-color css

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

 span { border-color: rgb(130,75,53); }

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