Html Css Color HEX #865033 Paarl

📋 copy color: '#865033'

red 134 ◦ green 80 ◦ blue 51

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

Shades of Paarl #865033

Tints of Paarl #865033

RGB

 RED value IS 134 (52.73% from 255) = 50.57%

 GREEN value IS 80 (31.64% from 255) = 30.19%

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 50.57%
G = 30.19%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#865033 (or 0x865033) is known color: Paarl. HEX triplet: 86, 50 and 33. RGB value is (134,80,51). Sum of RGB (Red+Green+Blue) = 134+80+51=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #865033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865033 is #79AFCC. Grayscale: #5D5D5D. Windows color (decimal): -7974861 or 3362950. OLE color: 3362950.

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

Color convert

RGB 134 80 51 -
CMYK 0 0.40 0.62 0.47
HSL 20.96º 0.45% 0.36% -
HSV(B) 20.96º 0.62% 0.53% -
XYZ 13.3 11.04 4.56 -
YUV 92.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 134 80 51 0 0.40 0.62 0.47 20.96 0.45 0.36
Hex 86 50 33 0 28 3E 2F 15 2D 24
Octal 206 120 63 0 50 76 57 25 55 44
Binary 10000110 1010000 110011 0 101000 111110 101111 10101 101101 100100

Color Harmonies of #865033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865033

Black with #865033

Text Example


Text Example

White with #865033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865033; }

 p { color: rgb(134,80,51); }

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

background-color css

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

 a { background-color: rgb(134,80,51); }

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

border-color css

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

 span { border-color: rgb(134,80,51); }

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