Html Css Color HEX #854B30 Paarl

📋 copy color: '#854B30'

red 133 ◦ green 75 ◦ blue 48

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

Shades of Paarl #854B30

Tints of Paarl #854B30

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.3%

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

R = 51.95%
G = 29.3%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#854B30 (or 0x854B30) is known color: Paarl. HEX triplet: 85, 4B and 30. RGB value is (133,75,48). Sum of RGB (Red+Green+Blue) = 133+75+48=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #854B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B30 is #7AB4CF. Grayscale: #595959. Windows color (decimal): -8041680 or 3165061. OLE color: 3165061.

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

Color convert

RGB 133 75 48 -
CMYK 0 0.44 0.64 0.48
HSL 19.06º 0.47% 0.35% -
HSV(B) 19.06º 0.64% 0.52% -
XYZ 12.72 10.23 4.1 -
YUV 89.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 133 75 48 0 0.44 0.64 0.48 19.06 0.47 0.35
Hex 85 4B 30 0 2C 40 30 13 2F 23
Octal 205 113 60 0 54 100 60 23 57 43
Binary 10000101 1001011 110000 0 101100 1000000 110000 10011 101111 100011

Color Harmonies of #854B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854B30

Black with #854B30

Text Example


Text Example

White with #854B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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