Html Css Color HEX #62301B Baker's Chocolate

📋 copy color: '#62301B'

red 98 ◦ green 48 ◦ blue 27

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

Shades of Baker's Chocolate #62301B

Tints of Baker's Chocolate #62301B

RGB

 RED value IS 98 (38.67% from 255) = 56.65%

 GREEN value IS 48 (19.14% from 255) = 27.75%

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 56.65%
G = 27.75%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#62301B (or 0x62301B) is known color: Baker's Chocolate. HEX triplet: 62, 30 and 1B. RGB value is (98,48,27). Sum of RGB (Red+Green+Blue) = 98+48+27=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #62301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62301B is #9DCFE4. Grayscale: #3C3C3C. Windows color (decimal): -10342373 or 1781858. OLE color: 1781858.

HSL color Cylindrical-coordinate representation of color #62301B: hue angle of 17.75º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62301B is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 48 27 -
CMYK 0 0.51 0.72 0.62
HSL 17.75º 0.57% 0.25% -
HSV(B) 17.75º 0.72% 0.38% -
XYZ 6.29 4.79 1.63 -
YUV 60.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 98 48 27 0 0.51 0.72 0.62 17.75 0.57 0.25
Hex 62 30 1B 0 33 48 3E 12 39 19
Octal 142 60 33 0 63 110 76 22 71 31
Binary 1100010 110000 11011 0 110011 1001000 111110 10010 111001 11001

Color Harmonies of #62301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62301B

Black with #62301B

Text Example


Text Example

White with #62301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62301B; }

 p { color: rgb(98,48,27); }

 H1.HeaderClassName
 {
   color: #62301B;
 }
 .AnyTagClassName
 {
   color: #62301B;
 }
</style>

background-color css

<style>
 a { background-color: #62301B; }

 a { background-color: rgb(98,48,27); }

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

border-color css

<style>
 span { border-color: #62301B; }

 span { border-color: rgb(98,48,27); }

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