Html Css Color HEX #423928 Birch

📋 copy color: '#423928'

red 66 ◦ green 57 ◦ blue 40

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

Shades of Birch #423928

Tints of Birch #423928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.97%

 BLUE value IS 40 (16.02% from 255) = 24.54%

R = 40.49%
G = 34.97%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#423928 (or 0x423928) is known color: Birch. HEX triplet: 42, 39 and 28. RGB value is (66,57,40). Sum of RGB (Red+Green+Blue) = 66+57+40=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #423928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423928 is #BDC6D7. Grayscale: #393939. Windows color (decimal): -12437208 or 2636098. OLE color: 2636098.

HSL color Cylindrical-coordinate representation of color #423928: hue angle of 39.23º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #423928 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 57 40 -
CMYK 0 0.14 0.39 0.74
HSL 39.23º 0.25% 0.21% -
HSV(B) 39.23º 0.39% 0.26% -
XYZ 4.09 4.24 2.61 -
YUV 57.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 66 57 40 0 0.14 0.39 0.74 39.23 0.25 0.21
Hex 42 39 28 0 E 27 4A 27 19 15
Octal 102 71 50 0 16 47 112 47 31 25
Binary 1000010 111001 101000 0 1110 100111 1001010 100111 11001 10101

Color Harmonies of #423928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423928

Black with #423928

Text Example


Text Example

White with #423928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423928; }

 p { color: rgb(66,57,40); }

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

background-color css

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

 a { background-color: rgb(66,57,40); }

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

border-color css

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

 span { border-color: rgb(66,57,40); }

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