Html Css Color HEX #85382D Crab Apple

📋 copy color: '#85382D'

red 133 ◦ green 56 ◦ blue 45

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

Shades of Crab Apple #85382D

Tints of Crab Apple #85382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

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

R = 56.84%
G = 23.93%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85382D (or 0x85382D) is known color: Crab Apple. HEX triplet: 85, 38 and 2D. RGB value is (133,56,45). Sum of RGB (Red+Green+Blue) = 133+56+45=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #85382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85382D is #7AC7D2. Grayscale: #4D4D4D. Windows color (decimal): -8046547 or 2963589. OLE color: 2963589.

HSL color Cylindrical-coordinate representation of color #85382D: hue angle of 7.5º 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 #85382D is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 45 -
CMYK 0 0.58 0.66 0.48
HSL 7.5º 0.49% 0.35% -
HSV(B) 7.5º 0.66% 0.52% -
XYZ 11.56 8 3.42 -
YUV 77.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 133 56 45 0 0.58 0.66 0.48 7.5 0.49 0.35
Hex 85 38 2D 0 3A 42 30 8 31 23
Octal 205 70 55 0 72 102 60 10 61 43
Binary 10000101 111000 101101 0 111010 1000010 110000 1000 110001 100011

Color Harmonies of #85382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85382D

Black with #85382D

Text Example


Text Example

White with #85382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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