Html Css Color HEX #423F31 Woodrush

📋 copy color: '#423F31'

red 66 ◦ green 63 ◦ blue 49

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

Shades of Woodrush #423F31

Tints of Woodrush #423F31

RGB

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

 GREEN value IS 63 (25% from 255) = 35.39%

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

R = 37.08%
G = 35.39%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#423F31 (or 0x423F31) is known color: Woodrush. HEX triplet: 42, 3F and 31. RGB value is (66,63,49). Sum of RGB (Red+Green+Blue) = 66+63+49=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 66 - color contains mainly: red. Hex color #423F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F31 is #BDC0CE. Grayscale: #3E3E3E. Windows color (decimal): -12435663 or 3227458. OLE color: 3227458.

HSL color Cylindrical-coordinate representation of color #423F31: hue angle of 49.41º 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 #423F31 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 63 49 -
CMYK 0 0.05 0.26 0.74
HSL 49.41º 0.15% 0.23% -
HSV(B) 49.41º 0.26% 0.26% -
XYZ 4.58 4.94 3.62 -
YUV 62.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 66 63 49 0 0.05 0.26 0.74 49.41 0.15 0.23
Hex 42 3F 31 0 5 1A 4A 31 F 17
Octal 102 77 61 0 5 32 112 61 17 27
Binary 1000010 111111 110001 0 101 11010 1001010 110001 1111 10111

Color Harmonies of #423F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F31

Black with #423F31

Text Example


Text Example

White with #423F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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