Html Css Color HEX #463629 Woodburn

📋 copy color: '#463629'

red 70 ◦ green 54 ◦ blue 41

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

Shades of Woodburn #463629

Tints of Woodburn #463629

RGB

 RED value IS 70 (27.73% from 255) = 42.42%

 GREEN value IS 54 (21.48% from 255) = 32.73%

 BLUE value IS 41 (16.41% from 255) = 24.85%

R = 42.42%
G = 32.73%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#463629 (or 0x463629) is known color: Woodburn. HEX triplet: 46, 36 and 29. RGB value is (70,54,41). Sum of RGB (Red+Green+Blue) = 70+54+41=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #463629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463629 is #B9C9D6. Grayscale: #393939. Windows color (decimal): -12175831 or 2700870. OLE color: 2700870.

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

Color convert

RGB 70 54 41 -
CMYK 0 0.23 0.41 0.73
HSL 26.9º 0.26% 0.22% -
HSV(B) 26.9º 0.41% 0.27% -
XYZ 4.25 4.1 2.67 -
YUV 57.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 70 54 41 0 0.23 0.41 0.73 26.9 0.26 0.22
Hex 46 36 29 0 17 29 49 1B 1A 16
Octal 106 66 51 0 27 51 111 33 32 26
Binary 1000110 110110 101001 0 10111 101001 1001001 11011 11010 10110

Color Harmonies of #463629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463629

Black with #463629

Text Example


Text Example

White with #463629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463629; }

 p { color: rgb(70,54,41); }

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

background-color css

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

 a { background-color: rgb(70,54,41); }

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

border-color css

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

 span { border-color: rgb(70,54,41); }

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