Html Css Color HEX #914D37 Paarl

📋 copy color: '#914D37'

red 145 ◦ green 77 ◦ blue 55

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

Shades of Paarl #914D37

Tints of Paarl #914D37

RGB

 RED value IS 145 (57.03% from 255) = 52.35%

 GREEN value IS 77 (30.47% from 255) = 27.8%

 BLUE value IS 55 (21.88% from 255) = 19.86%

R = 52.35%
G = 27.8%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#914D37 (or 0x914D37) is known color: Paarl. HEX triplet: 91, 4D and 37. RGB value is (145,77,55). Sum of RGB (Red+Green+Blue) = 145+77+55=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #914D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D37 is #6EB2C8. Grayscale: #5E5E5E. Windows color (decimal): -7254729 or 3624337. OLE color: 3624337.

HSL color Cylindrical-coordinate representation of color #914D37: hue angle of 14.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #914D37 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 77 55 -
CMYK 0 0.47 0.62 0.43
HSL 14.67º 0.45% 0.39% -
HSV(B) 14.67º 0.62% 0.57% -
XYZ 15.02 11.6 5.06 -
YUV 94.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 145 77 55 0 0.47 0.62 0.43 14.67 0.45 0.39
Hex 91 4D 37 0 2F 3E 2B F 2D 27
Octal 221 115 67 0 57 76 53 17 55 47
Binary 10010001 1001101 110111 0 101111 111110 101011 1111 101101 100111

Color Harmonies of #914D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914D37

Black with #914D37

Text Example


Text Example

White with #914D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914D37; }

 p { color: rgb(145,77,55); }

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

background-color css

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

 a { background-color: rgb(145,77,55); }

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

border-color css

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

 span { border-color: rgb(145,77,55); }

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