Html Css Color HEX #37332F Acadia

📋 copy color: '#37332F'

red 55 ◦ green 51 ◦ blue 47

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

Shades of Acadia #37332F

Tints of Acadia #37332F

RGB

 RED value IS 55 (21.88% from 255) = 35.95%

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

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

R = 35.95%
G = 33.33%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#37332F (or 0x37332F) is known color: Acadia. HEX triplet: 37, 33 and 2F. RGB value is (55,51,47). Sum of RGB (Red+Green+Blue) = 55+51+47=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 55 - color contains mainly: red. Hex color #37332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37332F is #C8CCD0. Grayscale: #333333. Windows color (decimal): -13159633 or 3093303. OLE color: 3093303.

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

Color convert

RGB 55 51 47 -
CMYK 0 0.07 0.15 0.78
HSL 30º 0.08% 0.2% -
HSV(B) 30º 0.15% 0.22% -
XYZ 3.27 3.39 3.17 -
YUV 51.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 55 51 47 0 0.07 0.15 0.78 30 0.08 0.2
Hex 37 33 2F 0 7 F 4E 1E 8 14
Octal 67 63 57 0 7 17 116 36 10 24
Binary 110111 110011 101111 0 111 1111 1001110 11110 1000 10100

Color Harmonies of #37332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37332F

Black with #37332F

Text Example


Text Example

White with #37332F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,51,47); }

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

background-color css

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

 a { background-color: rgb(55,51,47); }

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

border-color css

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

 span { border-color: rgb(55,51,47); }

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