Html Css Color HEX #4B4622 Woodrush

📋 copy color: '#4B4622'

red 75 ◦ green 70 ◦ blue 34

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

Shades of Woodrush #4B4622

Tints of Woodrush #4B4622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.99%

R = 41.9%
G = 39.11%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#4B4622 (or 0x4B4622) is known color: Woodrush. HEX triplet: 4B, 46 and 22. RGB value is (75,70,34). Sum of RGB (Red+Green+Blue) = 75+70+34=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4622 is #B4B9DD. Grayscale: #434343. Windows color (decimal): -11844062 or 2246219. OLE color: 2246219.

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

Color convert

RGB 75 70 34 -
CMYK 0 0.07 0.55 0.71
HSL 52.68º 0.38% 0.21% -
HSV(B) 52.68º 0.55% 0.29% -
XYZ 5.38 5.99 2.39 -
YUV 67.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 75 70 34 0 0.07 0.55 0.71 52.68 0.38 0.21
Hex 4B 46 22 0 7 37 47 35 26 15
Octal 113 106 42 0 7 67 107 65 46 25
Binary 1001011 1000110 100010 0 111 110111 1000111 110101 100110 10101

Color Harmonies of #4B4622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4622

Black with #4B4622

Text Example


Text Example

White with #4B4622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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