Html Css Color HEX #38322C Acadia

📋 copy color: '#38322C'

red 56 ◦ green 50 ◦ blue 44

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

Shades of Acadia #38322C

Tints of Acadia #38322C

RGB

 RED value IS 56 (22.27% from 255) = 37.33%

 GREEN value IS 50 (19.92% from 255) = 33.33%

 BLUE value IS 44 (17.58% from 255) = 29.33%

R = 37.33%
G = 33.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#38322C (or 0x38322C) is known color: Acadia. HEX triplet: 38, 32 and 2C. RGB value is (56,50,44). Sum of RGB (Red+Green+Blue) = 56+50+44=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 56 - color contains mainly: red. Hex color #38322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38322C is #C7CDD3. Grayscale: #333333. Windows color (decimal): -13094356 or 2896440. OLE color: 2896440.

HSL color Cylindrical-coordinate representation of color #38322C: hue angle of 30º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #38322C is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 50 44 -
CMYK 0 0.11 0.21 0.78
HSL 30º 0.12% 0.2% -
HSV(B) 30º 0.21% 0.22% -
XYZ 3.23 3.3 2.85 -
YUV 51.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 56 50 44 0 0.11 0.21 0.78 30 0.12 0.2
Hex 38 32 2C 0 B 15 4E 1E C 14
Octal 70 62 54 0 13 25 116 36 14 24
Binary 111000 110010 101100 0 1011 10101 1001110 11110 1100 10100

Color Harmonies of #38322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38322C

Black with #38322C

Text Example


Text Example

White with #38322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38322C; }

 p { color: rgb(56,50,44); }

 H1.HeaderClassName
 {
   color: #38322C;
 }
 .AnyTagClassName
 {
   color: #38322C;
 }
</style>

background-color css

<style>
 a { background-color: #38322C; }

 a { background-color: rgb(56,50,44); }

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

border-color css

<style>
 span { border-color: #38322C; }

 span { border-color: rgb(56,50,44); }

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