Html Css Color HEX #854433 Paarl

📋 copy color: '#854433'

red 133 ◦ green 68 ◦ blue 51

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

Shades of Paarl #854433

Tints of Paarl #854433

RGB

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

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

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

R = 52.78%
G = 26.98%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#854433 (or 0x854433) is known color: Paarl. HEX triplet: 85, 44 and 33. RGB value is (133,68,51). Sum of RGB (Red+Green+Blue) = 133+68+51=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #854433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854433 is #7ABBCC. Grayscale: #555555. Windows color (decimal): -8043469 or 3359877. OLE color: 3359877.

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

Color convert

RGB 133 68 51 -
CMYK 0 0.49 0.62 0.48
HSL 12.44º 0.45% 0.36% -
HSV(B) 12.44º 0.62% 0.52% -
XYZ 12.34 9.36 4.29 -
YUV 85.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 133 68 51 0 0.49 0.62 0.48 12.44 0.45 0.36
Hex 85 44 33 0 31 3E 30 C 2D 24
Octal 205 104 63 0 61 76 60 14 55 44
Binary 10000101 1000100 110011 0 110001 111110 110000 1100 101101 100100

Color Harmonies of #854433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854433

Black with #854433

Text Example


Text Example

White with #854433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854433; }

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

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

background-color css

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

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

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

border-color css

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

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

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