Html Css Color HEX #46372B Woodburn

📋 copy color: '#46372B'

red 70 ◦ green 55 ◦ blue 43

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

Shades of Woodburn #46372B

Tints of Woodburn #46372B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.74%

 BLUE value IS 43 (17.19% from 255) = 25.6%

R = 41.67%
G = 32.74%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#46372B (or 0x46372B) is known color: Woodburn. HEX triplet: 46, 37 and 2B. RGB value is (70,55,43). Sum of RGB (Red+Green+Blue) = 70+55+43=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #46372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46372B is #B9C8D4. Grayscale: #3A3A3A. Windows color (decimal): -12175573 or 2832198. OLE color: 2832198.

HSL color Cylindrical-coordinate representation of color #46372B: hue angle of 26.67º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46372B is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 55 43 -
CMYK 0 0.21 0.39 0.73
HSL 26.67º 0.24% 0.22% -
HSV(B) 26.67º 0.39% 0.27% -
XYZ 4.33 4.21 2.87 -
YUV 58.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 70 55 43 0 0.21 0.39 0.73 26.67 0.24 0.22
Hex 46 37 2B 0 15 27 49 1B 18 16
Octal 106 67 53 0 25 47 111 33 30 26
Binary 1000110 110111 101011 0 10101 100111 1001001 11011 11000 10110

Color Harmonies of #46372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46372B

Black with #46372B

Text Example


Text Example

White with #46372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46372B; }

 p { color: rgb(70,55,43); }

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

background-color css

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

 a { background-color: rgb(70,55,43); }

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

border-color css

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

 span { border-color: rgb(70,55,43); }

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