Html Css Color HEX #62380F Baker's Chocolate

📋 copy color: '#62380F'

red 98 ◦ green 56 ◦ blue 15

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

Shades of Baker's Chocolate #62380F

Tints of Baker's Chocolate #62380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.14%

 BLUE value IS 15 (6.25% from 255) = 8.88%

R = 57.99%
G = 33.14%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62380F (or 0x62380F) is known color: Baker's Chocolate. HEX triplet: 62, 38 and 0F. RGB value is (98,56,15). Sum of RGB (Red+Green+Blue) = 98+56+15=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #62380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62380F is #9DC7F0. Grayscale: #404040. Windows color (decimal): -10340337 or 997474. OLE color: 997474.

HSL color Cylindrical-coordinate representation of color #62380F: hue angle of 29.64º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62380F is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 56 15 -
CMYK 0 0.43 0.85 0.62
HSL 29.64º 0.73% 0.22% -
HSV(B) 29.64º 0.85% 0.38% -
XYZ 6.54 5.46 1.16 -
YUV 63.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 98 56 15 0 0.43 0.85 0.62 29.64 0.73 0.22
Hex 62 38 F 0 2B 55 3E 1E 49 16
Octal 142 70 17 0 53 125 76 36 111 26
Binary 1100010 111000 1111 0 101011 1010101 111110 11110 1001001 10110

Color Harmonies of #62380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62380F

Black with #62380F

Text Example


Text Example

White with #62380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62380F; }

 p { color: rgb(98,56,15); }

 H1.HeaderClassName
 {
   color: #62380F;
 }
 .AnyTagClassName
 {
   color: #62380F;
 }
</style>

background-color css

<style>
 a { background-color: #62380F; }

 a { background-color: rgb(98,56,15); }

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

border-color css

<style>
 span { border-color: #62380F; }

 span { border-color: rgb(98,56,15); }

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