Html Css Color HEX #4A381D Clinker

📋 copy color: '#4A381D'

red 74 ◦ green 56 ◦ blue 29

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

Shades of Clinker #4A381D

Tints of Clinker #4A381D

RGB

 RED value IS 74 (29.3% from 255) = 46.54%

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

 BLUE value IS 29 (11.72% from 255) = 18.24%

R = 46.54%
G = 35.22%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#4A381D (or 0x4A381D) is known color: Clinker. HEX triplet: 4A, 38 and 1D. RGB value is (74,56,29). Sum of RGB (Red+Green+Blue) = 74+56+29=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 74 - color contains mainly: red. Hex color #4A381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A381D is #B5C7E2. Grayscale: #3A3A3A. Windows color (decimal): -11913187 or 1914954. OLE color: 1914954.

HSL color Cylindrical-coordinate representation of color #4A381D: hue angle of 36º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A381D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 56 29 -
CMYK 0 0.24 0.61 0.71
HSL 36º 0.44% 0.2% -
HSV(B) 36º 0.61% 0.29% -
XYZ 4.46 4.37 1.77 -
YUV 58.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 74 56 29 0 0.24 0.61 0.71 36 0.44 0.2
Hex 4A 38 1D 0 18 3D 47 24 2C 14
Octal 112 70 35 0 30 75 107 44 54 24
Binary 1001010 111000 11101 0 11000 111101 1000111 100100 101100 10100

Color Harmonies of #4A381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A381D

Black with #4A381D

Text Example


Text Example

White with #4A381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A381D; }

 p { color: rgb(74,56,29); }

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

background-color css

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

 a { background-color: rgb(74,56,29); }

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

border-color css

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

 span { border-color: rgb(74,56,29); }

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