Html Css Color HEX #88462D Paarl

📋 copy color: '#88462D'

red 136 ◦ green 70 ◦ blue 45

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

Shades of Paarl #88462D

Tints of Paarl #88462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.93%

R = 54.18%
G = 27.89%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88462D (or 0x88462D) is known color: Paarl. HEX triplet: 88, 46 and 2D. RGB value is (136,70,45). Sum of RGB (Red+Green+Blue) = 136+70+45=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88462D is #77B9D2. Grayscale: #575757. Windows color (decimal): -7846355 or 2967176. OLE color: 2967176.

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

Color convert

RGB 136 70 45 -
CMYK 0 0.49 0.67 0.47
HSL 16.48º 0.5% 0.35% -
HSV(B) 16.48º 0.67% 0.53% -
XYZ 12.82 9.8 3.7 -
YUV 86.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 136 70 45 0 0.49 0.67 0.47 16.48 0.5 0.35
Hex 88 46 2D 0 31 43 2F 10 32 23
Octal 210 106 55 0 61 103 57 20 62 43
Binary 10001000 1000110 101101 0 110001 1000011 101111 10000 110010 100011

Color Harmonies of #88462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88462D

Black with #88462D

Text Example


Text Example

White with #88462D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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