Html Css Color HEX #38342F Acadia

📋 copy color: '#38342F'

red 56 ◦ green 52 ◦ blue 47

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

Shades of Acadia #38342F

Tints of Acadia #38342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 36.13%
G = 33.55%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#38342F (or 0x38342F) is known color: Acadia. HEX triplet: 38, 34 and 2F. RGB value is (56,52,47). Sum of RGB (Red+Green+Blue) = 56+52+47=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 56 - color contains mainly: red. Hex color #38342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38342F is #C7CBD0. Grayscale: #343434. Windows color (decimal): -13093841 or 3093560. OLE color: 3093560.

HSL color Cylindrical-coordinate representation of color #38342F: hue angle of 33.33º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #38342F is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 47 -
CMYK 0 0.07 0.16 0.78
HSL 33.33º 0.09% 0.2% -
HSV(B) 33.33º 0.16% 0.22% -
XYZ 3.37 3.5 3.19 -
YUV 52.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 56 52 47 0 0.07 0.16 0.78 33.33 0.09 0.2
Hex 38 34 2F 0 7 10 4E 21 9 14
Octal 70 64 57 0 7 20 116 41 11 24
Binary 111000 110100 101111 0 111 10000 1001110 100001 1001 10100

Color Harmonies of #38342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38342F

Black with #38342F

Text Example


Text Example

White with #38342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38342F; }

 p { color: rgb(56,52,47); }

 H1.HeaderClassName
 {
   color: #38342F;
 }
 .AnyTagClassName
 {
   color: #38342F;
 }
</style>

background-color css

<style>
 a { background-color: #38342F; }

 a { background-color: rgb(56,52,47); }

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

border-color css

<style>
 span { border-color: #38342F; }

 span { border-color: rgb(56,52,47); }

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