Html Css Color HEX #4B3229 Cedar

📋 copy color: '#4B3229'

red 75 ◦ green 50 ◦ blue 41

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

Shades of Cedar #4B3229

Tints of Cedar #4B3229

RGB

 RED value IS 75 (29.69% from 255) = 45.18%

 GREEN value IS 50 (19.92% from 255) = 30.12%

 BLUE value IS 41 (16.41% from 255) = 24.7%

R = 45.18%
G = 30.12%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#4B3229 (or 0x4B3229) is known color: Cedar. HEX triplet: 4B, 32 and 29. RGB value is (75,50,41). Sum of RGB (Red+Green+Blue) = 75+50+41=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3229 is #B4CDD6. Grayscale: #383838. Windows color (decimal): -11849175 or 2699851. OLE color: 2699851.

HSL color Cylindrical-coordinate representation of color #4B3229: hue angle of 15.88º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B3229 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 50 41 -
CMYK 0 0.33 0.45 0.71
HSL 15.88º 0.29% 0.23% -
HSV(B) 15.88º 0.45% 0.29% -
XYZ 4.44 3.94 2.62 -
YUV 56.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 75 50 41 0 0.33 0.45 0.71 15.88 0.29 0.23
Hex 4B 32 29 0 21 2D 47 10 1D 17
Octal 113 62 51 0 41 55 107 20 35 27
Binary 1001011 110010 101001 0 100001 101101 1000111 10000 11101 10111

Color Harmonies of #4B3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3229

Black with #4B3229

Text Example


Text Example

White with #4B3229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,50,41); }

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

background-color css

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

 a { background-color: rgb(75,50,41); }

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

border-color css

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

 span { border-color: rgb(75,50,41); }

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