Html Css Color HEX #874330 Paarl

📋 copy color: '#874330'

red 135 ◦ green 67 ◦ blue 48

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

Shades of Paarl #874330

Tints of Paarl #874330

RGB

 RED value IS 135 (53.13% from 255) = 54%

 GREEN value IS 67 (26.56% from 255) = 26.8%

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 54%
G = 26.8%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#874330 (or 0x874330) is known color: Paarl. HEX triplet: 87, 43 and 30. RGB value is (135,67,48). Sum of RGB (Red+Green+Blue) = 135+67+48=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #874330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874330 is #78BCCF. Grayscale: #555555. Windows color (decimal): -7912656 or 3163015. OLE color: 3163015.

HSL color Cylindrical-coordinate representation of color #874330: hue angle of 13.1º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #874330 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 67 48 -
CMYK 0 0.50 0.64 0.47
HSL 13.1º 0.48% 0.36% -
HSV(B) 13.1º 0.64% 0.53% -
XYZ 12.53 9.38 3.95 -
YUV 85.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 135 67 48 0 0.50 0.64 0.47 13.1 0.48 0.36
Hex 87 43 30 0 32 40 2F D 30 24
Octal 207 103 60 0 62 100 57 15 60 44
Binary 10000111 1000011 110000 0 110010 1000000 101111 1101 110000 100100

Color Harmonies of #874330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874330

Black with #874330

Text Example


Text Example

White with #874330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874330; }

 p { color: rgb(135,67,48); }

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

background-color css

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

 a { background-color: rgb(135,67,48); }

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

border-color css

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

 span { border-color: rgb(135,67,48); }

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