Html Css Color HEX #4A381F Clinker

📋 copy color: '#4A381F'

red 74 ◦ green 56 ◦ blue 31

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

Shades of Clinker #4A381F

Tints of Clinker #4A381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 45.96%
G = 34.78%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#4A381F (or 0x4A381F) is known color: Clinker. HEX triplet: 4A, 38 and 1F. RGB value is (74,56,31). Sum of RGB (Red+Green+Blue) = 74+56+31=161 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.96% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 74 - color contains mainly: red. Hex color #4A381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A381F is #B5C7E0. Grayscale: #3A3A3A. Windows color (decimal): -11913185 or 2046026. OLE color: 2046026.

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

Color convert

RGB 74 56 31 -
CMYK 0 0.24 0.58 0.71
HSL 34.88º 0.41% 0.21% -
HSV(B) 34.88º 0.58% 0.29% -
XYZ 4.49 4.38 1.91 -
YUV 58.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 74 56 31 0 0.24 0.58 0.71 34.88 0.41 0.21
Hex 4A 38 1F 0 18 3A 47 23 29 15
Octal 112 70 37 0 30 72 107 43 51 25
Binary 1001010 111000 11111 0 11000 111010 1000111 100011 101001 10101

Color Harmonies of #4A381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A381F

Black with #4A381F

Text Example


Text Example

White with #4A381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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