Html Css Color HEX #4B462C Woodrush

📋 copy color: '#4B462C'

red 75 ◦ green 70 ◦ blue 44

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

Shades of Woodrush #4B462C

Tints of Woodrush #4B462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.04%

 BLUE value IS 44 (17.58% from 255) = 23.28%

R = 39.68%
G = 37.04%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#4B462C (or 0x4B462C) is known color: Woodrush. HEX triplet: 4B, 46 and 2C. RGB value is (75,70,44). Sum of RGB (Red+Green+Blue) = 75+70+44=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 75 - color contains mainly: red. Hex color #4B462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B462C is #B4B9D3. Grayscale: #444444. Windows color (decimal): -11844052 or 2901579. OLE color: 2901579.

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

Color convert

RGB 75 70 44 -
CMYK 0 0.07 0.41 0.71
HSL 50.32º 0.26% 0.23% -
HSV(B) 50.32º 0.41% 0.29% -
XYZ 5.55 6.06 3.26 -
YUV 68.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 75 70 44 0 0.07 0.41 0.71 50.32 0.26 0.23
Hex 4B 46 2C 0 7 29 47 32 1A 17
Octal 113 106 54 0 7 51 107 62 32 27
Binary 1001011 1000110 101100 0 111 101001 1000111 110010 11010 10111

Color Harmonies of #4B462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B462C

Black with #4B462C

Text Example


Text Example

White with #4B462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,70,44); }

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

background-color css

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

 a { background-color: rgb(75,70,44); }

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

border-color css

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

 span { border-color: rgb(75,70,44); }

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