Html Css Color HEX #4B2608 Baker's Chocolate

📋 copy color: '#4B2608'

red 75 ◦ green 38 ◦ blue 8

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

Shades of Baker's Chocolate #4B2608

Tints of Baker's Chocolate #4B2608

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.4%

 BLUE value IS 8 (3.52% from 255) = 6.61%

R = 61.98%
G = 31.4%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4B2608 (or 0x4B2608) is known color: Baker's Chocolate. HEX triplet: 4B, 26 and 08. RGB value is (75,38,8). Sum of RGB (Red+Green+Blue) = 75+38+8=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2608 is #B4D9F7. Grayscale: #2D2D2D. Windows color (decimal): -11852280 or 534091. OLE color: 534091.

HSL color Cylindrical-coordinate representation of color #4B2608: hue angle of 26.87º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B2608 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 38 8 -
CMYK 0 0.49 0.89 0.71
HSL 26.87º 0.81% 0.16% -
HSV(B) 26.87º 0.89% 0.29% -
XYZ 3.64 2.9 0.6 -
YUV 45.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 75 38 8 0 0.49 0.89 0.71 26.87 0.81 0.16
Hex 4B 26 8 0 31 59 47 1B 51 10
Octal 113 46 10 0 61 131 107 33 121 20
Binary 1001011 100110 1000 0 110001 1011001 1000111 11011 1010001 10000

Color Harmonies of #4B2608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2608

Black with #4B2608

Text Example


Text Example

White with #4B2608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,38,8); }

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

background-color css

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

 a { background-color: rgb(75,38,8); }

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

border-color css

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

 span { border-color: rgb(75,38,8); }

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