Html Css Color HEX #423825 Birch

📋 copy color: '#423825'

red 66 ◦ green 56 ◦ blue 37

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

Shades of Birch #423825

Tints of Birch #423825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.22%

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

R = 41.51%
G = 35.22%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#423825 (or 0x423825) is known color: Birch. HEX triplet: 42, 38 and 25. RGB value is (66,56,37). Sum of RGB (Red+Green+Blue) = 66+56+37=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #423825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423825 is #BDC7DA. Grayscale: #383838. Windows color (decimal): -12437467 or 2439234. OLE color: 2439234.

HSL color Cylindrical-coordinate representation of color #423825: hue angle of 39.31º 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 #423825 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 56 37 -
CMYK 0 0.15 0.44 0.74
HSL 39.31º 0.28% 0.2% -
HSV(B) 39.31º 0.44% 0.26% -
XYZ 3.99 4.12 2.33 -
YUV 56.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 66 56 37 0 0.15 0.44 0.74 39.31 0.28 0.2
Hex 42 38 25 0 F 2C 4A 27 1C 14
Octal 102 70 45 0 17 54 112 47 34 24
Binary 1000010 111000 100101 0 1111 101100 1001010 100111 11100 10100

Color Harmonies of #423825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423825

Black with #423825

Text Example


Text Example

White with #423825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423825; }

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

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

background-color css

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

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

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

border-color css

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

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

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