Html Css Color HEX #38332C Acadia

📋 copy color: '#38332C'

red 56 ◦ green 51 ◦ blue 44

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

Shades of Acadia #38332C

Tints of Acadia #38332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.77%

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

R = 37.09%
G = 33.77%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#38332C (or 0x38332C) is known color: Acadia. HEX triplet: 38, 33 and 2C. RGB value is (56,51,44). Sum of RGB (Red+Green+Blue) = 56+51+44=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 56 - color contains mainly: red. Hex color #38332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38332C is #C7CCD3. Grayscale: #333333. Windows color (decimal): -13094100 or 2896696. OLE color: 2896696.

HSL color Cylindrical-coordinate representation of color #38332C: hue angle of 35º 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 #38332C is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 51 44 -
CMYK 0 0.09 0.21 0.78
HSL 35º 0.12% 0.2% -
HSV(B) 35º 0.21% 0.22% -
XYZ 3.27 3.39 2.86 -
YUV 51.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 56 51 44 0 0.09 0.21 0.78 35 0.12 0.2
Hex 38 33 2C 0 9 15 4E 23 C 14
Octal 70 63 54 0 11 25 116 43 14 24
Binary 111000 110011 101100 0 1001 10101 1001110 100011 1100 10100

Color Harmonies of #38332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38332C

Black with #38332C

Text Example


Text Example

White with #38332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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