Html Css Color HEX #423331 Cedar

📋 copy color: '#423331'

red 66 ◦ green 51 ◦ blue 49

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

Shades of Cedar #423331

Tints of Cedar #423331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.72%

 BLUE value IS 49 (19.53% from 255) = 29.52%

R = 39.76%
G = 30.72%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#423331 (or 0x423331) is known color: Cedar. HEX triplet: 42, 33 and 31. RGB value is (66,51,49). Sum of RGB (Red+Green+Blue) = 66+51+49=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #423331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423331 is #BDCCCE. Grayscale: #373737. Windows color (decimal): -12438735 or 3224386. OLE color: 3224386.

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

Color convert

RGB 66 51 49 -
CMYK 0 0.23 0.26 0.74
HSL 7.06º 0.15% 0.23% -
HSV(B) 7.06º 0.26% 0.26% -
XYZ 3.98 3.75 3.42 -
YUV 55.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 66 51 49 0 0.23 0.26 0.74 7.06 0.15 0.23
Hex 42 33 31 0 17 1A 4A 7 F 17
Octal 102 63 61 0 27 32 112 7 17 27
Binary 1000010 110011 110001 0 10111 11010 1001010 111 1111 10111

Color Harmonies of #423331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423331

Black with #423331

Text Example


Text Example

White with #423331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423331; }

 p { color: rgb(66,51,49); }

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

background-color css

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

 a { background-color: rgb(66,51,49); }

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

border-color css

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

 span { border-color: rgb(66,51,49); }

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