Html Css Color HEX #88492F Paarl

📋 copy color: '#88492F'

red 136 ◦ green 73 ◦ blue 47

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

Shades of Paarl #88492F

Tints of Paarl #88492F

RGB

 RED value IS 136 (53.52% from 255) = 53.13%

 GREEN value IS 73 (28.91% from 255) = 28.52%

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 53.13%
G = 28.52%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88492F (or 0x88492F) is known color: Paarl. HEX triplet: 88, 49 and 2F. RGB value is (136,73,47). Sum of RGB (Red+Green+Blue) = 136+73+47=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #88492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88492F is #77B6D0. Grayscale: #595959. Windows color (decimal): -7845585 or 3099016. OLE color: 3099016.

HSL color Cylindrical-coordinate representation of color #88492F: hue angle of 17.53º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88492F is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 47 -
CMYK 0 0.46 0.65 0.47
HSL 17.53º 0.49% 0.36% -
HSV(B) 17.53º 0.65% 0.53% -
XYZ 13.05 10.2 3.97 -
YUV 88.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 136 73 47 0 0.46 0.65 0.47 17.53 0.49 0.36
Hex 88 49 2F 0 2E 41 2F 12 31 24
Octal 210 111 57 0 56 101 57 22 61 44
Binary 10001000 1001001 101111 0 101110 1000001 101111 10010 110001 100100

Color Harmonies of #88492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88492F

Black with #88492F

Text Example


Text Example

White with #88492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88492F; }

 p { color: rgb(136,73,47); }

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

background-color css

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

 a { background-color: rgb(136,73,47); }

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

border-color css

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

 span { border-color: rgb(136,73,47); }

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