Html Css Color HEX #463B27 Birch

📋 copy color: '#463B27'

red 70 ◦ green 59 ◦ blue 39

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

Shades of Birch #463B27

Tints of Birch #463B27

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.12%

 BLUE value IS 39 (15.63% from 255) = 23.21%

R = 41.67%
G = 35.12%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#463B27 (or 0x463B27) is known color: Birch. HEX triplet: 46, 3B and 27. RGB value is (70,59,39). Sum of RGB (Red+Green+Blue) = 70+59+39=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #463B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B27 is #B9C4D8. Grayscale: #3C3C3C. Windows color (decimal): -12174553 or 2571078. OLE color: 2571078.

HSL color Cylindrical-coordinate representation of color #463B27: hue angle of 38.71º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #463B27 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 59 39 -
CMYK 0 0.16 0.44 0.73
HSL 38.71º 0.28% 0.21% -
HSV(B) 38.71º 0.44% 0.27% -
XYZ 4.46 4.58 2.57 -
YUV 60.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 70 59 39 0 0.16 0.44 0.73 38.71 0.28 0.21
Hex 46 3B 27 0 10 2C 49 27 1C 15
Octal 106 73 47 0 20 54 111 47 34 25
Binary 1000110 111011 100111 0 10000 101100 1001001 100111 11100 10101

Color Harmonies of #463B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B27

Black with #463B27

Text Example


Text Example

White with #463B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463B27; }

 p { color: rgb(70,59,39); }

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

background-color css

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

 a { background-color: rgb(70,59,39); }

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

border-color css

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

 span { border-color: rgb(70,59,39); }

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