Html Css Color HEX #8A3833 Crab Apple

📋 copy color: '#8A3833'

red 138 ◦ green 56 ◦ blue 51

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

Shades of Crab Apple #8A3833

Tints of Crab Apple #8A3833

RGB

 RED value IS 138 (54.3% from 255) = 56.33%

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

 BLUE value IS 51 (20.31% from 255) = 20.82%

R = 56.33%
G = 22.86%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#8A3833 (or 0x8A3833) is known color: Crab Apple. HEX triplet: 8A, 38 and 33. RGB value is (138,56,51). Sum of RGB (Red+Green+Blue) = 138+56+51=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3833 is #75C7CC. Grayscale: #505050. Windows color (decimal): -7718861 or 3356810. OLE color: 3356810.

HSL color Cylindrical-coordinate representation of color #8A3833: hue angle of 3.45º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A3833 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 56 51 -
CMYK 0 0.59 0.63 0.46
HSL 3.45º 0.46% 0.37% -
HSV(B) 3.45º 0.63% 0.54% -
XYZ 12.49 8.47 4.11 -
YUV 79.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 138 56 51 0 0.59 0.63 0.46 3.45 0.46 0.37
Hex 8A 38 33 0 3B 3F 2E 3 2E 25
Octal 212 70 63 0 73 77 56 3 56 45
Binary 10001010 111000 110011 0 111011 111111 101110 11 101110 100101

Color Harmonies of #8A3833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3833

Black with #8A3833

Text Example


Text Example

White with #8A3833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A3833; }

 p { color: rgb(138,56,51); }

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

background-color css

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

 a { background-color: rgb(138,56,51); }

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

border-color css

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

 span { border-color: rgb(138,56,51); }

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