Html Css Color HEX #88462C Paarl

📋 copy color: '#88462C'

red 136 ◦ green 70 ◦ blue 44

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

Shades of Paarl #88462C

Tints of Paarl #88462C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 54.4%
G = 28%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88462C (or 0x88462C) is known color: Paarl. HEX triplet: 88, 46 and 2C. RGB value is (136,70,44). Sum of RGB (Red+Green+Blue) = 136+70+44=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88462C is #77B9D3. Grayscale: #565656. Windows color (decimal): -7846356 or 2901640. OLE color: 2901640.

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

Color convert

RGB 136 70 44 -
CMYK 0 0.49 0.68 0.47
HSL 16.96º 0.51% 0.35% -
HSV(B) 16.96º 0.68% 0.53% -
XYZ 12.8 9.8 3.6 -
YUV 86.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 136 70 44 0 0.49 0.68 0.47 16.96 0.51 0.35
Hex 88 46 2C 0 31 44 2F 11 33 23
Octal 210 106 54 0 61 104 57 21 63 43
Binary 10001000 1000110 101100 0 110001 1000100 101111 10001 110011 100011

Color Harmonies of #88462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88462C

Black with #88462C

Text Example


Text Example

White with #88462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88462C; }

 p { color: rgb(136,70,44); }

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

background-color css

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

 a { background-color: rgb(136,70,44); }

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

border-color css

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

 span { border-color: rgb(136,70,44); }

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