Html Css Color HEX #412E2C Cedar

📋 copy color: '#412E2C'

red 65 ◦ green 46 ◦ blue 44

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

Shades of Cedar #412E2C

Tints of Cedar #412E2C

RGB

 RED value IS 65 (25.78% from 255) = 41.94%

 GREEN value IS 46 (18.36% from 255) = 29.68%

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 41.94%
G = 29.68%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#412E2C (or 0x412E2C) is known color: Cedar. HEX triplet: 41, 2E and 2C. RGB value is (65,46,44). Sum of RGB (Red+Green+Blue) = 65+46+44=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #412E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E2C is #BED1D3. Grayscale: #333333. Windows color (decimal): -12505556 or 2895425. OLE color: 2895425.

HSL color Cylindrical-coordinate representation of color #412E2C: hue angle of 5.71º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #412E2C is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 46 44 -
CMYK 0 0.29 0.32 0.75
HSL 5.71º 0.19% 0.21% -
HSV(B) 5.71º 0.32% 0.25% -
XYZ 3.61 3.26 2.82 -
YUV 51.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 65 46 44 0 0.29 0.32 0.75 5.71 0.19 0.21
Hex 41 2E 2C 0 1D 20 4B 6 13 15
Octal 101 56 54 0 35 40 113 6 23 25
Binary 1000001 101110 101100 0 11101 100000 1001011 110 10011 10101

Color Harmonies of #412E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E2C

Black with #412E2C

Text Example


Text Example

White with #412E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412E2C; }

 p { color: rgb(65,46,44); }

 H1.HeaderClassName
 {
   color: #412E2C;
 }
 .AnyTagClassName
 {
   color: #412E2C;
 }
</style>

background-color css

<style>
 a { background-color: #412E2C; }

 a { background-color: rgb(65,46,44); }

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

border-color css

<style>
 span { border-color: #412E2C; }

 span { border-color: rgb(65,46,44); }

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