Html Css Color HEX #854330 Paarl

📋 copy color: '#854330'

red 133 ◦ green 67 ◦ blue 48

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

Shades of Paarl #854330

Tints of Paarl #854330

RGB

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

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

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

R = 53.63%
G = 27.02%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#854330 (or 0x854330) is known color: Paarl. HEX triplet: 85, 43 and 30. RGB value is (133,67,48). Sum of RGB (Red+Green+Blue) = 133+67+48=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #854330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854330 is #7ABCCF. Grayscale: #545454. Windows color (decimal): -8043728 or 3163013. OLE color: 3163013.

HSL color Cylindrical-coordinate representation of color #854330: hue angle of 13.41º 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 #854330 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 48 -
CMYK 0 0.50 0.64 0.48
HSL 13.41º 0.47% 0.35% -
HSV(B) 13.41º 0.64% 0.52% -
XYZ 12.21 9.21 3.93 -
YUV 84.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 133 67 48 0 0.50 0.64 0.48 13.41 0.47 0.35
Hex 85 43 30 0 32 40 30 D 2F 23
Octal 205 103 60 0 62 100 60 15 57 43
Binary 10000101 1000011 110000 0 110010 1000000 110000 1101 101111 100011

Color Harmonies of #854330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854330

Black with #854330

Text Example


Text Example

White with #854330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854330; }

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

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

background-color css

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

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

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

border-color css

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

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

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