Html Css Color HEX #4A3630 Cedar

📋 copy color: '#4A3630'

red 74 ◦ green 54 ◦ blue 48

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

Shades of Cedar #4A3630

Tints of Cedar #4A3630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 27.27%

R = 42.05%
G = 30.68%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#4A3630 (or 0x4A3630) is known color: Cedar. HEX triplet: 4A, 36 and 30. RGB value is (74,54,48). Sum of RGB (Red+Green+Blue) = 74+54+48=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3630 is #B5C9CF. Grayscale: #3B3B3B. Windows color (decimal): -11913680 or 3159626. OLE color: 3159626.

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

Color convert

RGB 74 54 48 -
CMYK 0 0.27 0.35 0.71
HSL 13.85º 0.21% 0.24% -
HSV(B) 13.85º 0.35% 0.29% -
XYZ 4.68 4.31 3.38 -
YUV 59.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 74 54 48 0 0.27 0.35 0.71 13.85 0.21 0.24
Hex 4A 36 30 0 1B 23 47 E 15 18
Octal 112 66 60 0 33 43 107 16 25 30
Binary 1001010 110110 110000 0 11011 100011 1000111 1110 10101 11000

Color Harmonies of #4A3630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3630

Black with #4A3630

Text Example


Text Example

White with #4A3630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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