Html Css Color HEX #423D30 Onion

📋 copy color: '#423D30'

red 66 ◦ green 61 ◦ blue 48

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

Shades of Onion #423D30

Tints of Onion #423D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.86%

 BLUE value IS 48 (19.14% from 255) = 27.43%

R = 37.71%
G = 34.86%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#423D30 (or 0x423D30) is known color: Onion. HEX triplet: 42, 3D and 30. RGB value is (66,61,48). Sum of RGB (Red+Green+Blue) = 66+61+48=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 66 - color contains mainly: red. Hex color #423D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D30 is #BDC2CF. Grayscale: #3D3D3D. Windows color (decimal): -12436176 or 3161410. OLE color: 3161410.

HSL color Cylindrical-coordinate representation of color #423D30: hue angle of 43.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #423D30 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 61 48 -
CMYK 0 0.08 0.27 0.74
HSL 43.33º 0.16% 0.22% -
HSV(B) 43.33º 0.27% 0.26% -
XYZ 4.45 4.71 3.47 -
YUV 61.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 66 61 48 0 0.08 0.27 0.74 43.33 0.16 0.22
Hex 42 3D 30 0 8 1B 4A 2B 10 16
Octal 102 75 60 0 10 33 112 53 20 26
Binary 1000010 111101 110000 0 1000 11011 1001010 101011 10000 10110

Color Harmonies of #423D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D30

Black with #423D30

Text Example


Text Example

White with #423D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,61,48); }

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

background-color css

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

 a { background-color: rgb(66,61,48); }

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

border-color css

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

 span { border-color: rgb(66,61,48); }

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