Html Css Color HEX #4A3632 Cedar

📋 copy color: '#4A3632'

red 74 ◦ green 54 ◦ blue 50

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

Shades of Cedar #4A3632

Tints of Cedar #4A3632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.34%

 BLUE value IS 50 (19.92% from 255) = 28.09%

R = 41.57%
G = 30.34%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#4A3632 (or 0x4A3632) is known color: Cedar. HEX triplet: 4A, 36 and 32. RGB value is (74,54,50). Sum of RGB (Red+Green+Blue) = 74+54+50=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3632 is #B5C9CD. Grayscale: #3B3B3B. Windows color (decimal): -11913678 or 3290698. OLE color: 3290698.

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

Color convert

RGB 74 54 50 -
CMYK 0 0.27 0.32 0.71
HSL 10º 0.19% 0.24% -
HSV(B) 10º 0.32% 0.29% -
XYZ 4.72 4.32 3.6 -
YUV 59.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 74 54 50 0 0.27 0.32 0.71 10 0.19 0.24
Hex 4A 36 32 0 1B 20 47 A 13 18
Octal 112 66 62 0 33 40 107 12 23 30
Binary 1001010 110110 110010 0 11011 100000 1000111 1010 10011 11000

Color Harmonies of #4A3632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3632

Black with #4A3632

Text Example


Text Example

White with #4A3632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,54,50); }

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

background-color css

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

 a { background-color: rgb(74,54,50); }

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

border-color css

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

 span { border-color: rgb(74,54,50); }

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