Html Css Color HEX #423E31 Woodrush

📋 copy color: '#423E31'

red 66 ◦ green 62 ◦ blue 49

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

Shades of Woodrush #423E31

Tints of Woodrush #423E31

RGB

 RED value IS 66 (26.17% from 255) = 37.29%

 GREEN value IS 62 (24.61% from 255) = 35.03%

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

R = 37.29%
G = 35.03%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#423E31 (or 0x423E31) is known color: Woodrush. HEX triplet: 42, 3E and 31. RGB value is (66,62,49). Sum of RGB (Red+Green+Blue) = 66+62+49=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 66 - color contains mainly: red. Hex color #423E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E31 is #BDC1CE. Grayscale: #3D3D3D. Windows color (decimal): -12435919 or 3227202. OLE color: 3227202.

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

Color convert

RGB 66 62 49 -
CMYK 0 0.06 0.26 0.74
HSL 45.88º 0.15% 0.23% -
HSV(B) 45.88º 0.26% 0.26% -
XYZ 4.52 4.83 3.6 -
YUV 61.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 66 62 49 0 0.06 0.26 0.74 45.88 0.15 0.23
Hex 42 3E 31 0 6 1A 4A 2E F 17
Octal 102 76 61 0 6 32 112 56 17 27
Binary 1000010 111110 110001 0 110 11010 1001010 101110 1111 10111

Color Harmonies of #423E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423E31

Black with #423E31

Text Example


Text Example

White with #423E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423E31; }

 p { color: rgb(66,62,49); }

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

background-color css

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

 a { background-color: rgb(66,62,49); }

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

border-color css

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

 span { border-color: rgb(66,62,49); }

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