Html Css Color HEX #633A1C Baker's Chocolate

📋 copy color: '#633A1C'

red 99 ◦ green 58 ◦ blue 28

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

Shades of Baker's Chocolate #633A1C

Tints of Baker's Chocolate #633A1C

RGB

 RED value IS 99 (39.06% from 255) = 53.51%

 GREEN value IS 58 (23.05% from 255) = 31.35%

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

R = 53.51%
G = 31.35%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#633A1C (or 0x633A1C) is known color: Baker's Chocolate. HEX triplet: 63, 3A and 1C. RGB value is (99,58,28). Sum of RGB (Red+Green+Blue) = 99+58+28=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #633A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A1C is #9CC5E3. Grayscale: #434343. Windows color (decimal): -10274276 or 1849955. OLE color: 1849955.

HSL color Cylindrical-coordinate representation of color #633A1C: hue angle of 25.35º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #633A1C is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 58 28 -
CMYK 0 0.41 0.72 0.61
HSL 25.35º 0.56% 0.25% -
HSV(B) 25.35º 0.72% 0.39% -
XYZ 6.87 5.76 1.85 -
YUV 66.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 99 58 28 0 0.41 0.72 0.61 25.35 0.56 0.25
Hex 63 3A 1C 0 29 48 3D 19 38 19
Octal 143 72 34 0 51 110 75 31 70 31
Binary 1100011 111010 11100 0 101001 1001000 111101 11001 111000 11001

Color Harmonies of #633A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633A1C

Black with #633A1C

Text Example


Text Example

White with #633A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633A1C; }

 p { color: rgb(99,58,28); }

 H1.HeaderClassName
 {
   color: #633A1C;
 }
 .AnyTagClassName
 {
   color: #633A1C;
 }
</style>

background-color css

<style>
 a { background-color: #633A1C; }

 a { background-color: rgb(99,58,28); }

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

border-color css

<style>
 span { border-color: #633A1C; }

 span { border-color: rgb(99,58,28); }

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