Html Css Color HEX #35322E Acadia

📋 copy color: '#35322E'

red 53 ◦ green 50 ◦ blue 46

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

Shades of Acadia #35322E

Tints of Acadia #35322E

RGB

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

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

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

R = 35.57%
G = 33.56%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#35322E (or 0x35322E) is known color: Acadia. HEX triplet: 35, 32 and 2E. RGB value is (53,50,46). Sum of RGB (Red+Green+Blue) = 53+50+46=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 53 - color contains mainly: red. Hex color #35322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35322E is #CACDD1. Grayscale: #323232. Windows color (decimal): -13290962 or 3027509. OLE color: 3027509.

HSL color Cylindrical-coordinate representation of color #35322E: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #35322E is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 50 46 -
CMYK 0 0.06 0.13 0.79
HSL 34.29º 0.07% 0.19% -
HSV(B) 34.29º 0.13% 0.21% -
XYZ 3.1 3.24 3.05 -
YUV 50.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 53 50 46 0 0.06 0.13 0.79 34.29 0.07 0.19
Hex 35 32 2E 0 6 D 4F 22 7 13
Octal 65 62 56 0 6 15 117 42 7 23
Binary 110101 110010 101110 0 110 1101 1001111 100010 111 10011

Color Harmonies of #35322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35322E

Black with #35322E

Text Example


Text Example

White with #35322E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,50,46); }

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

background-color css

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

 a { background-color: rgb(53,50,46); }

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

border-color css

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

 span { border-color: rgb(53,50,46); }

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