Html Css Color HEX #412F2D Cedar

📋 copy color: '#412F2D'

red 65 ◦ green 47 ◦ blue 45

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

Shades of Cedar #412F2D

Tints of Cedar #412F2D

RGB

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

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

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

R = 41.4%
G = 29.94%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#412F2D (or 0x412F2D) is known color: Cedar. HEX triplet: 41, 2F and 2D. RGB value is (65,47,45). Sum of RGB (Red+Green+Blue) = 65+47+45=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F2D is #BED0D2. Grayscale: #343434. Windows color (decimal): -12505299 or 2961217. OLE color: 2961217.

HSL color Cylindrical-coordinate representation of color #412F2D: hue angle of 6º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #412F2D is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 47 45 -
CMYK 0 0.28 0.31 0.75
HSL 0.18% 0.22% -
HSV(B) 0.31% 0.25% -
XYZ 3.67 3.35 2.94 -
YUV 52.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 65 47 45 0 0.28 0.31 0.75 6 0.18 0.22
Hex 41 2F 2D 0 1C 1F 4B 6 12 16
Octal 101 57 55 0 34 37 113 6 22 26
Binary 1000001 101111 101101 0 11100 11111 1001011 110 10010 10110

Color Harmonies of #412F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F2D

Black with #412F2D

Text Example


Text Example

White with #412F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,45); }

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

background-color css

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

 a { background-color: rgb(65,47,45); }

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

border-color css

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

 span { border-color: rgb(65,47,45); }

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