Html Css Color HEX #434031 Woodrush

📋 copy color: '#434031'

red 67 ◦ green 64 ◦ blue 49

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

Shades of Woodrush #434031

Tints of Woodrush #434031

RGB

 RED value IS 67 (26.56% from 255) = 37.22%

 GREEN value IS 64 (25.39% from 255) = 35.56%

 BLUE value IS 49 (19.53% from 255) = 27.22%

R = 37.22%
G = 35.56%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#434031 (or 0x434031) is known color: Woodrush. HEX triplet: 43, 40 and 31. RGB value is (67,64,49). Sum of RGB (Red+Green+Blue) = 67+64+49=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 67 - color contains mainly: red. Hex color #434031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434031 is #BCBFCE. Grayscale: #3F3F3F. Windows color (decimal): -12369871 or 3227715. OLE color: 3227715.

HSL color Cylindrical-coordinate representation of color #434031: hue angle of 50º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #434031 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 64 49 -
CMYK 0 0.04 0.27 0.74
HSL 50º 0.16% 0.23% -
HSV(B) 50º 0.27% 0.26% -
XYZ 4.7 5.08 3.64 -
YUV 63.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 67 64 49 0 0.04 0.27 0.74 50 0.16 0.23
Hex 43 40 31 0 4 1B 4A 32 10 17
Octal 103 100 61 0 4 33 112 62 20 27
Binary 1000011 1000000 110001 0 100 11011 1001010 110010 10000 10111

Color Harmonies of #434031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434031

Black with #434031

Text Example


Text Example

White with #434031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434031; }

 p { color: rgb(67,64,49); }

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

background-color css

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

 a { background-color: rgb(67,64,49); }

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

border-color css

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

 span { border-color: rgb(67,64,49); }

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