Html Css Color HEX #423725 Birch

📋 copy color: '#423725'

red 66 ◦ green 55 ◦ blue 37

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

Shades of Birch #423725

Tints of Birch #423725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.42%

R = 41.77%
G = 34.81%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#423725 (or 0x423725) is known color: Birch. HEX triplet: 42, 37 and 25. RGB value is (66,55,37). Sum of RGB (Red+Green+Blue) = 66+55+37=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #423725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423725 is #BDC8DA. Grayscale: #383838. Windows color (decimal): -12437723 or 2438978. OLE color: 2438978.

HSL color Cylindrical-coordinate representation of color #423725: hue angle of 37.24º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #423725 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 55 37 -
CMYK 0 0.17 0.44 0.74
HSL 37.24º 0.28% 0.2% -
HSV(B) 37.24º 0.44% 0.26% -
XYZ 3.95 4.02 2.32 -
YUV 56.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 66 55 37 0 0.17 0.44 0.74 37.24 0.28 0.2
Hex 42 37 25 0 11 2C 4A 25 1C 14
Octal 102 67 45 0 21 54 112 45 34 24
Binary 1000010 110111 100101 0 10001 101100 1001010 100101 11100 10100

Color Harmonies of #423725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423725

Black with #423725

Text Example


Text Example

White with #423725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423725; }

 p { color: rgb(66,55,37); }

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

background-color css

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

 a { background-color: rgb(66,55,37); }

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

border-color css

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

 span { border-color: rgb(66,55,37); }

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