Html Css Color HEX #853A2F Crab Apple

📋 copy color: '#853A2F'

red 133 ◦ green 58 ◦ blue 47

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

Shades of Crab Apple #853A2F

Tints of Crab Apple #853A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.37%

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 55.88%
G = 24.37%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#853A2F (or 0x853A2F) is known color: Crab Apple. HEX triplet: 85, 3A and 2F. RGB value is (133,58,47). Sum of RGB (Red+Green+Blue) = 133+58+47=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #853A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A2F is #7AC5D0. Grayscale: #4F4F4F. Windows color (decimal): -8046033 or 3095173. OLE color: 3095173.

HSL color Cylindrical-coordinate representation of color #853A2F: hue angle of 7.67º 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 #853A2F is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 58 47 -
CMYK 0 0.56 0.65 0.48
HSL 7.67º 0.48% 0.35% -
HSV(B) 7.67º 0.65% 0.52% -
XYZ 11.7 8.22 3.66 -
YUV 79.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 133 58 47 0 0.56 0.65 0.48 7.67 0.48 0.35
Hex 85 3A 2F 0 38 41 30 8 30 23
Octal 205 72 57 0 70 101 60 10 60 43
Binary 10000101 111010 101111 0 111000 1000001 110000 1000 110000 100011

Color Harmonies of #853A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A2F

Black with #853A2F

Text Example


Text Example

White with #853A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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