Html Css Color HEX #4B310D Clinker

📋 copy color: '#4B310D'

red 75 ◦ green 49 ◦ blue 13

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

Shades of Clinker #4B310D

Tints of Clinker #4B310D

RGB

 RED value IS 75 (29.69% from 255) = 54.74%

 GREEN value IS 49 (19.53% from 255) = 35.77%

 BLUE value IS 13 (5.47% from 255) = 9.49%

R = 54.74%
G = 35.77%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.71

RGB Variations

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

Color information

#4B310D (or 0x4B310D) is known color: Clinker. HEX triplet: 4B, 31 and 0D. RGB value is (75,49,13). Sum of RGB (Red+Green+Blue) = 75+49+13=137 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.74% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 75 - color contains mainly: red. Hex color #4B310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B310D is #B4CEF2. Grayscale: #343434. Windows color (decimal): -11849459 or 864587. OLE color: 864587.

HSL color Cylindrical-coordinate representation of color #4B310D: hue angle of 34.84º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B310D is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 49 13 -
CMYK 0 0.35 0.83 0.71
HSL 34.84º 0.7% 0.17% -
HSV(B) 34.84º 0.83% 0.29% -
XYZ 4.07 3.72 0.88 -
YUV 52.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 75 49 13 0 0.35 0.83 0.71 34.84 0.7 0.17
Hex 4B 31 D 0 23 53 47 23 46 11
Octal 113 61 15 0 43 123 107 43 106 21
Binary 1001011 110001 1101 0 100011 1010011 1000111 100011 1000110 10001

Color Harmonies of #4B310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B310D

Black with #4B310D

Text Example


Text Example

White with #4B310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,49,13); }

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

background-color css

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

 a { background-color: rgb(75,49,13); }

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

border-color css

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

 span { border-color: rgb(75,49,13); }

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