Html Css Color HEX #41312F Cedar

📋 copy color: '#41312F'

red 65 ◦ green 49 ◦ blue 47

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

Shades of Cedar #41312F

Tints of Cedar #41312F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.43%

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

R = 40.37%
G = 30.43%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41312F (or 0x41312F) is known color: Cedar. HEX triplet: 41, 31 and 2F. RGB value is (65,49,47). Sum of RGB (Red+Green+Blue) = 65+49+47=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #41312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41312F is #BECED0. Grayscale: #353535. Windows color (decimal): -12504785 or 3092801. OLE color: 3092801.

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

Color convert

RGB 65 49 47 -
CMYK 0 0.25 0.28 0.75
HSL 6.67º 0.16% 0.22% -
HSV(B) 6.67º 0.28% 0.25% -
XYZ 3.79 3.53 3.17 -
YUV 53.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 65 49 47 0 0.25 0.28 0.75 6.67 0.16 0.22
Hex 41 31 2F 0 19 1C 4B 7 10 16
Octal 101 61 57 0 31 34 113 7 20 26
Binary 1000001 110001 101111 0 11001 11100 1001011 111 10000 10110

Color Harmonies of #41312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41312F

Black with #41312F

Text Example


Text Example

White with #41312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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