Html Css Color HEX #423A28 Birch

📋 copy color: '#423A28'

red 66 ◦ green 58 ◦ blue 40

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

Shades of Birch #423A28

Tints of Birch #423A28

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.37%

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

R = 40.24%
G = 35.37%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#423A28 (or 0x423A28) is known color: Birch. HEX triplet: 42, 3A and 28. RGB value is (66,58,40). Sum of RGB (Red+Green+Blue) = 66+58+40=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #423A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A28 is #BDC5D7. Grayscale: #3A3A3A. Windows color (decimal): -12436952 or 2636354. OLE color: 2636354.

HSL color Cylindrical-coordinate representation of color #423A28: hue angle of 41.54º 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 #423A28 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 58 40 -
CMYK 0 0.12 0.39 0.74
HSL 41.54º 0.25% 0.21% -
HSV(B) 41.54º 0.39% 0.26% -
XYZ 4.14 4.34 2.63 -
YUV 58.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 66 58 40 0 0.12 0.39 0.74 41.54 0.25 0.21
Hex 42 3A 28 0 C 27 4A 2A 19 15
Octal 102 72 50 0 14 47 112 52 31 25
Binary 1000010 111010 101000 0 1100 100111 1001010 101010 11001 10101

Color Harmonies of #423A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A28

Black with #423A28

Text Example


Text Example

White with #423A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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