Html Css Color HEX #853630 Crab Apple

📋 copy color: '#853630'

red 133 ◦ green 54 ◦ blue 48

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

Shades of Crab Apple #853630

Tints of Crab Apple #853630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

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

R = 56.6%
G = 22.98%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#853630 (or 0x853630) is known color: Crab Apple. HEX triplet: 85, 36 and 30. RGB value is (133,54,48). Sum of RGB (Red+Green+Blue) = 133+54+48=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #853630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853630 is #7AC9CF. Grayscale: #4D4D4D. Windows color (decimal): -8047056 or 3159685. OLE color: 3159685.

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

Color convert

RGB 133 54 48 -
CMYK 0 0.59 0.64 0.48
HSL 4.24º 0.47% 0.35% -
HSV(B) 4.24º 0.64% 0.52% -
XYZ 11.53 7.84 3.7 -
YUV 76.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 133 54 48 0 0.59 0.64 0.48 4.24 0.47 0.35
Hex 85 36 30 0 3B 40 30 4 2F 23
Octal 205 66 60 0 73 100 60 4 57 43
Binary 10000101 110110 110000 0 111011 1000000 110000 100 101111 100011

Color Harmonies of #853630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853630

Black with #853630

Text Example


Text Example

White with #853630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853630; }

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

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

background-color css

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

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

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

border-color css

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

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

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