Html Css Color HEX #373513 Karaka

📋 copy color: '#373513'

red 55 ◦ green 53 ◦ blue 19

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

Shades of Karaka #373513

Tints of Karaka #373513

RGB

 RED value IS 55 (21.88% from 255) = 43.31%

 GREEN value IS 53 (21.09% from 255) = 41.73%

 BLUE value IS 19 (7.81% from 255) = 14.96%

R = 43.31%
G = 41.73%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#373513 (or 0x373513) is known color: Karaka. HEX triplet: 37, 35 and 13. RGB value is (55,53,19). Sum of RGB (Red+Green+Blue) = 55+53+19=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #373513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373513 is #C8CAEC. Grayscale: #313131. Windows color (decimal): -13159149 or 1258807. OLE color: 1258807.

HSL color Cylindrical-coordinate representation of color #373513: hue angle of 56.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #373513 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 53 19 -
CMYK 0 0.04 0.65 0.78
HSL 56.67º 0.49% 0.15% -
HSV(B) 56.67º 0.65% 0.22% -
XYZ 2.97 3.41 1.12 -
YUV 49.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 55 53 19 0 0.04 0.65 0.78 56.67 0.49 0.15
Hex 37 35 13 0 4 41 4E 39 31 F
Octal 67 65 23 0 4 101 116 71 61 17
Binary 110111 110101 10011 0 100 1000001 1001110 111001 110001 1111

Color Harmonies of #373513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373513

Black with #373513

Text Example


Text Example

White with #373513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373513; }

 p { color: rgb(55,53,19); }

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

background-color css

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

 a { background-color: rgb(55,53,19); }

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

border-color css

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

 span { border-color: rgb(55,53,19); }

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