Html Css Color HEX #4B512C Waiouru

📋 copy color: '#4B512C'

red 75 ◦ green 81 ◦ blue 44

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

Shades of Waiouru #4B512C

Tints of Waiouru #4B512C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.5%

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

R = 37.5%
G = 40.5%
B = 22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#4B512C (or 0x4B512C) is known color: Waiouru. HEX triplet: 4B, 51 and 2C. RGB value is (75,81,44). Sum of RGB (Red+Green+Blue) = 75+81+44=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 81 - color contains mainly: green. Hex color #4B512C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B512C is #B4AED3. Grayscale: #4B4B4B. Windows color (decimal): -11841236 or 2904395. OLE color: 2904395.

HSL color Cylindrical-coordinate representation of color #4B512C: hue angle of 69.73º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B512C is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 81 44 -
CMYK 0.07 0 0.46 0.68
HSL 69.73º 0.3% 0.25% -
HSV(B) 69.73º 0.46% 0.32% -
XYZ 6.3 7.56 3.51 -
YUV 74.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 75 81 44 0.07 0 0.46 0.68 69.73 0.3 0.25
Hex 4B 51 2C 7 0 2E 44 46 1E 19
Octal 113 121 54 7 0 56 104 106 36 31
Binary 1001011 1010001 101100 111 0 101110 1000100 1000110 11110 11001

Color Harmonies of #4B512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B512C

Black with #4B512C

Text Example


Text Example

White with #4B512C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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