Html Css Color HEX #4B2401 Baker's Chocolate

📋 copy color: '#4B2401'

red 75 ◦ green 36 ◦ blue 1

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

Shades of Baker's Chocolate #4B2401

Tints of Baker's Chocolate #4B2401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.14%

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 66.96%
G = 32.14%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#4B2401 (or 0x4B2401) is known color: Baker's Chocolate. HEX triplet: 4B, 24 and 01. RGB value is (75,36,1). Sum of RGB (Red+Green+Blue) = 75+36+1=112 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.96% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2401 is #B4DBFE. Grayscale: #2B2B2B. Windows color (decimal): -11852799 or 74827. OLE color: 74827.

HSL color Cylindrical-coordinate representation of color #4B2401: hue angle of 28.38º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B2401 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 36 1 -
CMYK 0 0.52 0.99 0.71
HSL 28.38º 0.97% 0.15% -
HSV(B) 28.38º 0.99% 0.29% -
XYZ 3.54 2.76 0.37 -
YUV 43.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 75 36 1 0 0.52 0.99 0.71 28.38 0.97 0.15
Hex 4B 24 1 0 34 63 47 1C 61 F
Octal 113 44 1 0 64 143 107 34 141 17
Binary 1001011 100100 1 0 110100 1100011 1000111 11100 1100001 1111

Color Harmonies of #4B2401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2401

Black with #4B2401

Text Example


Text Example

White with #4B2401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,36,1); }

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

background-color css

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

 a { background-color: rgb(75,36,1); }

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

border-color css

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

 span { border-color: rgb(75,36,1); }

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