Html Css Color HEX #4B361C Clinker

📋 copy color: '#4B361C'

red 75 ◦ green 54 ◦ blue 28

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

Shades of Clinker #4B361C

Tints of Clinker #4B361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.39%

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 47.77%
G = 34.39%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#4B361C (or 0x4B361C) is known color: Clinker. HEX triplet: 4B, 36 and 1C. RGB value is (75,54,28). Sum of RGB (Red+Green+Blue) = 75+54+28=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B361C is #B4C9E3. Grayscale: #393939. Windows color (decimal): -11848164 or 1848907. OLE color: 1848907.

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

Color convert

RGB 75 54 28 -
CMYK 0 0.28 0.63 0.71
HSL 33.19º 0.46% 0.2% -
HSV(B) 33.19º 0.63% 0.29% -
XYZ 4.43 4.22 1.68 -
YUV 57.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 75 54 28 0 0.28 0.63 0.71 33.19 0.46 0.2
Hex 4B 36 1C 0 1C 3F 47 21 2E 14
Octal 113 66 34 0 34 77 107 41 56 24
Binary 1001011 110110 11100 0 11100 111111 1000111 100001 101110 10100

Color Harmonies of #4B361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B361C

Black with #4B361C

Text Example


Text Example

White with #4B361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,54,28); }

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

background-color css

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

 a { background-color: rgb(75,54,28); }

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

border-color css

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

 span { border-color: rgb(75,54,28); }

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