Html Css Color HEX #852F3E Paprika

📋 copy color: '#852F3E'

red 133 ◦ green 47 ◦ blue 62

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

Shades of Paprika #852F3E

Tints of Paprika #852F3E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.42%

 BLUE value IS 62 (24.61% from 255) = 25.62%

R = 54.96%
G = 19.42%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#852F3E (or 0x852F3E) is known color: Paprika. HEX triplet: 85, 2F and 3E. RGB value is (133,47,62). Sum of RGB (Red+Green+Blue) = 133+47+62=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #852F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F3E is #7AD0C1. Grayscale: #4A4A4A. Windows color (decimal): -8048834 or 4075397. OLE color: 4075397.

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

Color convert

RGB 133 47 62 -
CMYK 0 0.65 0.53 0.48
HSL 349.53º 0.48% 0.35% -
HSV(B) 349.53º 0.65% 0.52% -
XYZ 11.56 7.37 5.37 -
YUV 74.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 133 47 62 0 0.65 0.53 0.48 349.53 0.48 0.35
Hex 85 2F 3E 0 41 35 30 15E 30 23
Octal 205 57 76 0 101 65 60 536 60 43
Binary 10000101 101111 111110 0 1000001 110101 110000 101011110 110000 100011

Color Harmonies of #852F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F3E

Black with #852F3E

Text Example


Text Example

White with #852F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852F3E; }

 p { color: rgb(133,47,62); }

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

background-color css

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

 a { background-color: rgb(133,47,62); }

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

border-color css

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

 span { border-color: rgb(133,47,62); }

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