Html Css Color HEX #442E2B Cedar

📋 copy color: '#442E2B'

red 68 ◦ green 46 ◦ blue 43

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

Shades of Cedar #442E2B

Tints of Cedar #442E2B

RGB

 RED value IS 68 (26.95% from 255) = 43.31%

 GREEN value IS 46 (18.36% from 255) = 29.3%

 BLUE value IS 43 (17.19% from 255) = 27.39%

R = 43.31%
G = 29.3%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#442E2B (or 0x442E2B) is known color: Cedar. HEX triplet: 44, 2E and 2B. RGB value is (68,46,43). Sum of RGB (Red+Green+Blue) = 68+46+43=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #442E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E2B is #BBD1D4. Grayscale: #343434. Windows color (decimal): -12308949 or 2829892. OLE color: 2829892.

HSL color Cylindrical-coordinate representation of color #442E2B: hue angle of 7.2º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #442E2B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 46 43 -
CMYK 0 0.32 0.37 0.73
HSL 7.2º 0.23% 0.22% -
HSV(B) 7.2º 0.37% 0.27% -
XYZ 3.8 3.36 2.73 -
YUV 52.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 68 46 43 0 0.32 0.37 0.73 7.2 0.23 0.22
Hex 44 2E 2B 0 20 25 49 7 17 16
Octal 104 56 53 0 40 45 111 7 27 26
Binary 1000100 101110 101011 0 100000 100101 1001001 111 10111 10110

Color Harmonies of #442E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E2B

Black with #442E2B

Text Example


Text Example

White with #442E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442E2B; }

 p { color: rgb(68,46,43); }

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

background-color css

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

 a { background-color: rgb(68,46,43); }

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

border-color css

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

 span { border-color: rgb(68,46,43); }

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