Html Css Color HEX #424133 Woodrush

📋 copy color: '#424133'

red 66 ◦ green 65 ◦ blue 51

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

Shades of Woodrush #424133

Tints of Woodrush #424133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 36.26%
G = 35.71%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#424133 (or 0x424133) is known color: Woodrush. HEX triplet: 42, 41 and 33. RGB value is (66,65,51). Sum of RGB (Red+Green+Blue) = 66+65+51=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #424133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424133 is #BDBECC. Grayscale: #3F3F3F. Windows color (decimal): -12435149 or 3359042. OLE color: 3359042.

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

Color convert

RGB 66 65 51 -
CMYK 0 0.02 0.23 0.74
HSL 56º 0.13% 0.23% -
HSV(B) 56º 0.23% 0.26% -
XYZ 4.73 5.18 3.88 -
YUV 63.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 66 65 51 0 0.02 0.23 0.74 56 0.13 0.23
Hex 42 41 33 0 2 17 4A 38 D 17
Octal 102 101 63 0 2 27 112 70 15 27
Binary 1000010 1000001 110011 0 10 10111 1001010 111000 1101 10111

Color Harmonies of #424133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424133

Black with #424133

Text Example


Text Example

White with #424133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424133; }

 p { color: rgb(66,65,51); }

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

background-color css

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

 a { background-color: rgb(66,65,51); }

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

border-color css

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

 span { border-color: rgb(66,65,51); }

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