Html Css Color HEX #352F28 Acadia

📋 copy color: '#352F28'

red 53 ◦ green 47 ◦ blue 40

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

Shades of Acadia #352F28

Tints of Acadia #352F28

RGB

 RED value IS 53 (21.09% from 255) = 37.86%

 GREEN value IS 47 (18.75% from 255) = 33.57%

 BLUE value IS 40 (16.02% from 255) = 28.57%

R = 37.86%
G = 33.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#352F28 (or 0x352F28) is known color: Acadia. HEX triplet: 35, 2F and 28. RGB value is (53,47,40). Sum of RGB (Red+Green+Blue) = 53+47+40=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #352F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F28 is #CAD0D7. Grayscale: #303030. Windows color (decimal): -13291736 or 2633525. OLE color: 2633525.

HSL color Cylindrical-coordinate representation of color #352F28: hue angle of 32.31º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #352F28 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 47 40 -
CMYK 0 0.11 0.25 0.79
HSL 32.31º 0.14% 0.18% -
HSV(B) 32.31º 0.25% 0.21% -
XYZ 2.87 2.94 2.42 -
YUV 48 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 53 47 40 0 0.11 0.25 0.79 32.31 0.14 0.18
Hex 35 2F 28 0 B 19 4F 20 E 12
Octal 65 57 50 0 13 31 117 40 16 22
Binary 110101 101111 101000 0 1011 11001 1001111 100000 1110 10010

Color Harmonies of #352F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F28

Black with #352F28

Text Example


Text Example

White with #352F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352F28; }

 p { color: rgb(53,47,40); }

 H1.HeaderClassName
 {
   color: #352F28;
 }
 .AnyTagClassName
 {
   color: #352F28;
 }
</style>

background-color css

<style>
 a { background-color: #352F28; }

 a { background-color: rgb(53,47,40); }

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

border-color css

<style>
 span { border-color: #352F28; }

 span { border-color: rgb(53,47,40); }

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