Html Css Color HEX #38322A Acadia

📋 copy color: '#38322A'

red 56 ◦ green 50 ◦ blue 42

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

Shades of Acadia #38322A

Tints of Acadia #38322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.38%

R = 37.84%
G = 33.78%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#38322A (or 0x38322A) is known color: Acadia. HEX triplet: 38, 32 and 2A. RGB value is (56,50,42). Sum of RGB (Red+Green+Blue) = 56+50+42=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #38322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38322A is #C7CDD5. Grayscale: #323232. Windows color (decimal): -13094358 or 2765368. OLE color: 2765368.

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

Color convert

RGB 56 50 42 -
CMYK 0 0.11 0.25 0.78
HSL 34.29º 0.14% 0.19% -
HSV(B) 34.29º 0.25% 0.22% -
XYZ 3.19 3.29 2.66 -
YUV 50.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 56 50 42 0 0.11 0.25 0.78 34.29 0.14 0.19
Hex 38 32 2A 0 B 19 4E 22 E 13
Octal 70 62 52 0 13 31 116 42 16 23
Binary 111000 110010 101010 0 1011 11001 1001110 100010 1110 10011

Color Harmonies of #38322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38322A

Black with #38322A

Text Example


Text Example

White with #38322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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