Html Css Color HEX #38342E Acadia

📋 copy color: '#38342E'

red 56 ◦ green 52 ◦ blue 46

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

Shades of Acadia #38342E

Tints of Acadia #38342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 29.87%

R = 36.36%
G = 33.77%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#38342E (or 0x38342E) is known color: Acadia. HEX triplet: 38, 34 and 2E. RGB value is (56,52,46). Sum of RGB (Red+Green+Blue) = 56+52+46=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 56 - color contains mainly: red. Hex color #38342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38342E is #C7CBD1. Grayscale: #343434. Windows color (decimal): -13093842 or 3028024. OLE color: 3028024.

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

Color convert

RGB 56 52 46 -
CMYK 0 0.07 0.18 0.78
HSL 36º 0.1% 0.2% -
HSV(B) 36º 0.18% 0.22% -
XYZ 3.35 3.49 3.08 -
YUV 52.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 56 52 46 0 0.07 0.18 0.78 36 0.1 0.2
Hex 38 34 2E 0 7 12 4E 24 A 14
Octal 70 64 56 0 7 22 116 44 12 24
Binary 111000 110100 101110 0 111 10010 1001110 100100 1010 10100

Color Harmonies of #38342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38342E

Black with #38342E

Text Example


Text Example

White with #38342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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