Html Css Color HEX #35322D Acadia

📋 copy color: '#35322D'

red 53 ◦ green 50 ◦ blue 45

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

Shades of Acadia #35322D

Tints of Acadia #35322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 30.41%

R = 35.81%
G = 33.78%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#35322D (or 0x35322D) is known color: Acadia. HEX triplet: 35, 32 and 2D. RGB value is (53,50,45). Sum of RGB (Red+Green+Blue) = 53+50+45=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 53 - color contains mainly: red. Hex color #35322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35322D is #CACDD2. Grayscale: #323232. Windows color (decimal): -13290963 or 2961973. OLE color: 2961973.

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

Color convert

RGB 53 50 45 -
CMYK 0 0.06 0.15 0.79
HSL 37.5º 0.08% 0.19% -
HSV(B) 37.5º 0.15% 0.21% -
XYZ 3.08 3.23 2.94 -
YUV 50.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 53 50 45 0 0.06 0.15 0.79 37.5 0.08 0.19
Hex 35 32 2D 0 6 F 4F 26 8 13
Octal 65 62 55 0 6 17 117 46 10 23
Binary 110101 110010 101101 0 110 1111 1001111 100110 1000 10011

Color Harmonies of #35322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35322D

Black with #35322D

Text Example


Text Example

White with #35322D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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