Html Css Color HEX #853B2E Crab Apple

📋 copy color: '#853B2E'

red 133 ◦ green 59 ◦ blue 46

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

Shades of Crab Apple #853B2E

Tints of Crab Apple #853B2E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.79%

 BLUE value IS 46 (18.36% from 255) = 19.33%

R = 55.88%
G = 24.79%
B = 19.33%

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

#853B2E (or 0x853B2E) is known color: Crab Apple. HEX triplet: 85, 3B and 2E. RGB value is (133,59,46). Sum of RGB (Red+Green+Blue) = 133+59+46=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #853B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B2E is #7AC4D1. Grayscale: #4F4F4F. Windows color (decimal): -8045778 or 3029893. OLE color: 3029893.

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

Color convert

RGB 133 59 46 -
CMYK 0 0.56 0.65 0.48
HSL 8.97º 0.49% 0.35% -
HSV(B) 8.97º 0.65% 0.52% -
XYZ 11.73 8.31 3.57 -
YUV 79.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 133 59 46 0 0.56 0.65 0.48 8.97 0.49 0.35
Hex 85 3B 2E 0 38 41 30 9 31 23
Octal 205 73 56 0 70 101 60 11 61 43
Binary 10000101 111011 101110 0 111000 1000001 110000 1001 110001 100011

Color Harmonies of #853B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B2E

Black with #853B2E

Text Example


Text Example

White with #853B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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