Html Css Color HEX #854430 Paarl

📋 copy color: '#854430'

red 133 ◦ green 68 ◦ blue 48

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

Shades of Paarl #854430

Tints of Paarl #854430

RGB

 RED value IS 133 (52.34% from 255) = 53.41%

 GREEN value IS 68 (26.95% from 255) = 27.31%

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

R = 53.41%
G = 27.31%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#854430 (or 0x854430) is known color: Paarl. HEX triplet: 85, 44 and 30. RGB value is (133,68,48). Sum of RGB (Red+Green+Blue) = 133+68+48=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #854430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854430 is #7ABBCF. Grayscale: #555555. Windows color (decimal): -8043472 or 3163269. OLE color: 3163269.

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

Color convert

RGB 133 68 48 -
CMYK 0 0.49 0.64 0.48
HSL 14.12º 0.47% 0.35% -
HSV(B) 14.12º 0.64% 0.52% -
XYZ 12.27 9.33 3.95 -
YUV 85.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 133 68 48 0 0.49 0.64 0.48 14.12 0.47 0.35
Hex 85 44 30 0 31 40 30 E 2F 23
Octal 205 104 60 0 61 100 60 16 57 43
Binary 10000101 1000100 110000 0 110001 1000000 110000 1110 101111 100011

Color Harmonies of #854430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854430

Black with #854430

Text Example


Text Example

White with #854430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854430; }

 p { color: rgb(133,68,48); }

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

background-color css

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

 a { background-color: rgb(133,68,48); }

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

border-color css

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

 span { border-color: rgb(133,68,48); }

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