Html Css Color HEX #4A332F Cedar

📋 copy color: '#4A332F'

red 74 ◦ green 51 ◦ blue 47

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

Shades of Cedar #4A332F

Tints of Cedar #4A332F

RGB

 RED value IS 74 (29.3% from 255) = 43.02%

 GREEN value IS 51 (20.31% from 255) = 29.65%

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

R = 43.02%
G = 29.65%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#4A332F (or 0x4A332F) is known color: Cedar. HEX triplet: 4A, 33 and 2F. RGB value is (74,51,47). Sum of RGB (Red+Green+Blue) = 74+51+47=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 74 - color contains mainly: red. Hex color #4A332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A332F is #B5CCD0. Grayscale: #393939. Windows color (decimal): -11914449 or 3093322. OLE color: 3093322.

HSL color Cylindrical-coordinate representation of color #4A332F: hue angle of 8.89º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A332F is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 51 47 -
CMYK 0 0.31 0.36 0.71
HSL 8.89º 0.22% 0.24% -
HSV(B) 8.89º 0.36% 0.29% -
XYZ 4.52 4.03 3.23 -
YUV 57.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 74 51 47 0 0.31 0.36 0.71 8.89 0.22 0.24
Hex 4A 33 2F 0 1F 24 47 9 16 18
Octal 112 63 57 0 37 44 107 11 26 30
Binary 1001010 110011 101111 0 11111 100100 1000111 1001 10110 11000

Color Harmonies of #4A332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A332F

Black with #4A332F

Text Example


Text Example

White with #4A332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A332F; }

 p { color: rgb(74,51,47); }

 H1.HeaderClassName
 {
   color: #4A332F;
 }
 .AnyTagClassName
 {
   color: #4A332F;
 }
</style>

background-color css

<style>
 a { background-color: #4A332F; }

 a { background-color: rgb(74,51,47); }

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

border-color css

<style>
 span { border-color: #4A332F; }

 span { border-color: rgb(74,51,47); }

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