Html Css Color HEX #852E2A Crab Apple

📋 copy color: '#852E2A'

red 133 ◦ green 46 ◦ blue 42

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

Shades of Crab Apple #852E2A

Tints of Crab Apple #852E2A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.81%

 BLUE value IS 42 (16.8% from 255) = 19%

R = 60.18%
G = 20.81%
B = 19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#852E2A (or 0x852E2A) is known color: Crab Apple. HEX triplet: 85, 2E and 2A. RGB value is (133,46,42). Sum of RGB (Red+Green+Blue) = 133+46+42=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #852E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E2A is #7AD1D5. Grayscale: #474747. Windows color (decimal): -8049110 or 2764421. OLE color: 2764421.

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

Color convert

RGB 133 46 42 -
CMYK 0 0.65 0.68 0.48
HSL 2.64º 0.52% 0.34% -
HSV(B) 2.64º 0.68% 0.52% -
XYZ 11.07 7.11 2.98 -
YUV 71.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 133 46 42 0 0.65 0.68 0.48 2.64 0.52 0.34
Hex 85 2E 2A 0 41 44 30 3 34 22
Octal 205 56 52 0 101 104 60 3 64 42
Binary 10000101 101110 101010 0 1000001 1000100 110000 11 110100 100010

Color Harmonies of #852E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852E2A

Black with #852E2A

Text Example


Text Example

White with #852E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,46,42); }

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

background-color css

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

 a { background-color: rgb(133,46,42); }

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

border-color css

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

 span { border-color: rgb(133,46,42); }

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