Html Css Color HEX #4B3128 Cedar

📋 copy color: '#4B3128'

red 75 ◦ green 49 ◦ blue 40

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

Shades of Cedar #4B3128

Tints of Cedar #4B3128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.39%

R = 45.73%
G = 29.88%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4B3128 (or 0x4B3128) is known color: Cedar. HEX triplet: 4B, 31 and 28. RGB value is (75,49,40). Sum of RGB (Red+Green+Blue) = 75+49+40=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3128 is #B4CED7. Grayscale: #373737. Windows color (decimal): -11849432 or 2634059. OLE color: 2634059.

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

Color convert

RGB 75 49 40 -
CMYK 0 0.35 0.47 0.71
HSL 15.43º 0.3% 0.23% -
HSV(B) 15.43º 0.47% 0.29% -
XYZ 4.38 3.85 2.52 -
YUV 55.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 75 49 40 0 0.35 0.47 0.71 15.43 0.3 0.23
Hex 4B 31 28 0 23 2F 47 F 1E 17
Octal 113 61 50 0 43 57 107 17 36 27
Binary 1001011 110001 101000 0 100011 101111 1000111 1111 11110 10111

Color Harmonies of #4B3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3128

Black with #4B3128

Text Example


Text Example

White with #4B3128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,49,40); }

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

background-color css

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

 a { background-color: rgb(75,49,40); }

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

border-color css

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

 span { border-color: rgb(75,49,40); }

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