Html Css Color HEX #4B3714 Clinker

📋 copy color: '#4B3714'

red 75 ◦ green 55 ◦ blue 20

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

Shades of Clinker #4B3714

Tints of Clinker #4B3714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.67%

 BLUE value IS 20 (8.2% from 255) = 13.33%

R = 50%
G = 36.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#4B3714 (or 0x4B3714) is known color: Clinker. HEX triplet: 4B, 37 and 14. RGB value is (75,55,20). Sum of RGB (Red+Green+Blue) = 75+55+20=150 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3714 is #B4C8EB. Grayscale: #393939. Windows color (decimal): -11847916 or 1324875. OLE color: 1324875.

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

Color convert

RGB 75 55 20 -
CMYK 0 0.27 0.73 0.71
HSL 38.18º 0.58% 0.19% -
HSV(B) 38.18º 0.73% 0.29% -
XYZ 4.39 4.28 1.26 -
YUV 56.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 75 55 20 0 0.27 0.73 0.71 38.18 0.58 0.19
Hex 4B 37 14 0 1B 49 47 26 3A 13
Octal 113 67 24 0 33 111 107 46 72 23
Binary 1001011 110111 10100 0 11011 1001001 1000111 100110 111010 10011

Color Harmonies of #4B3714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3714

Black with #4B3714

Text Example


Text Example

White with #4B3714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,55,20); }

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

background-color css

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

 a { background-color: rgb(75,55,20); }

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

border-color css

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

 span { border-color: rgb(75,55,20); }

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