Html Css Color HEX #853B2D Crab Apple

📋 copy color: '#853B2D'

red 133 ◦ green 59 ◦ blue 45

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

Shades of Crab Apple #853B2D

Tints of Crab Apple #853B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.99%

R = 56.12%
G = 24.89%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#853B2D (or 0x853B2D) is known color: Crab Apple. HEX triplet: 85, 3B and 2D. RGB value is (133,59,45). Sum of RGB (Red+Green+Blue) = 133+59+45=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #853B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B2D is #7AC4D2. Grayscale: #4F4F4F. Windows color (decimal): -8045779 or 2964357. OLE color: 2964357.

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

Color convert

RGB 133 59 45 -
CMYK 0 0.56 0.66 0.48
HSL 9.55º 0.49% 0.35% -
HSV(B) 9.55º 0.66% 0.52% -
XYZ 11.71 8.3 3.47 -
YUV 79.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 133 59 45 0 0.56 0.66 0.48 9.55 0.49 0.35
Hex 85 3B 2D 0 38 42 30 A 31 23
Octal 205 73 55 0 70 102 60 12 61 43
Binary 10000101 111011 101101 0 111000 1000010 110000 1010 110001 100011

Color Harmonies of #853B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B2D

Black with #853B2D

Text Example


Text Example

White with #853B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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