Html Css Color HEX #38332E Acadia

📋 copy color: '#38332E'

red 56 ◦ green 51 ◦ blue 46

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

Shades of Acadia #38332E

Tints of Acadia #38332E

RGB

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

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

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

R = 36.6%
G = 33.33%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#38332E (or 0x38332E) is known color: Acadia. HEX triplet: 38, 33 and 2E. RGB value is (56,51,46). Sum of RGB (Red+Green+Blue) = 56+51+46=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #38332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38332E is #C7CCD1. Grayscale: #333333. Windows color (decimal): -13094098 or 3027768. OLE color: 3027768.

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

Color convert

RGB 56 51 46 -
CMYK 0 0.09 0.18 0.78
HSL 30º 0.1% 0.2% -
HSV(B) 30º 0.18% 0.22% -
XYZ 3.31 3.41 3.07 -
YUV 51.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 56 51 46 0 0.09 0.18 0.78 30 0.1 0.2
Hex 38 33 2E 0 9 12 4E 1E A 14
Octal 70 63 56 0 11 22 116 36 12 24
Binary 111000 110011 101110 0 1001 10010 1001110 11110 1010 10100

Color Harmonies of #38332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38332E

Black with #38332E

Text Example


Text Example

White with #38332E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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