Html Css Color HEX #853A30 Crab Apple

📋 copy color: '#853A30'

red 133 ◦ green 58 ◦ blue 48

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

Shades of Crab Apple #853A30

Tints of Crab Apple #853A30

RGB

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

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

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

R = 55.65%
G = 24.27%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#853A30 (or 0x853A30) is known color: Crab Apple. HEX triplet: 85, 3A and 30. RGB value is (133,58,48). Sum of RGB (Red+Green+Blue) = 133+58+48=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #853A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A30 is #7AC5CF. Grayscale: #4F4F4F. Windows color (decimal): -8046032 or 3160709. OLE color: 3160709.

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

Color convert

RGB 133 58 48 -
CMYK 0 0.56 0.64 0.48
HSL 7.06º 0.47% 0.35% -
HSV(B) 7.06º 0.64% 0.52% -
XYZ 11.72 8.23 3.77 -
YUV 79.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 133 58 48 0 0.56 0.64 0.48 7.06 0.47 0.35
Hex 85 3A 30 0 38 40 30 7 2F 23
Octal 205 72 60 0 70 100 60 7 57 43
Binary 10000101 111010 110000 0 111000 1000000 110000 111 101111 100011

Color Harmonies of #853A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A30

Black with #853A30

Text Example


Text Example

White with #853A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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