Html Css Color HEX #853B2B Crab Apple

📋 copy color: '#853B2B'

red 133 ◦ green 59 ◦ blue 43

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

Shades of Crab Apple #853B2B

Tints of Crab Apple #853B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 56.6%
G = 25.11%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#853B2B (or 0x853B2B) is known color: Crab Apple. HEX triplet: 85, 3B and 2B. RGB value is (133,59,43). Sum of RGB (Red+Green+Blue) = 133+59+43=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #853B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B2B is #7AC4D4. Grayscale: #4F4F4F. Windows color (decimal): -8045781 or 2833285. OLE color: 2833285.

HSL color Cylindrical-coordinate representation of color #853B2B: hue angle of 10.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853B2B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 59 43 -
CMYK 0 0.56 0.68 0.48
HSL 10.67º 0.51% 0.35% -
HSV(B) 10.67º 0.68% 0.52% -
XYZ 11.67 8.29 3.27 -
YUV 79.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 133 59 43 0 0.56 0.68 0.48 10.67 0.51 0.35
Hex 85 3B 2B 0 38 44 30 B 33 23
Octal 205 73 53 0 70 104 60 13 63 43
Binary 10000101 111011 101011 0 111000 1000100 110000 1011 110011 100011

Color Harmonies of #853B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B2B

Black with #853B2B

Text Example


Text Example

White with #853B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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