Html Css Color HEX #373514 Karaka

📋 copy color: '#373514'

red 55 ◦ green 53 ◦ blue 20

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

Shades of Karaka #373514

Tints of Karaka #373514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 42.97%
G = 41.41%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#373514 (or 0x373514) is known color: Karaka. HEX triplet: 37, 35 and 14. RGB value is (55,53,20). Sum of RGB (Red+Green+Blue) = 55+53+20=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #373514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373514 is #C8CAEB. Grayscale: #313131. Windows color (decimal): -13159148 or 1324343. OLE color: 1324343.

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

Color convert

RGB 55 53 20 -
CMYK 0 0.04 0.64 0.78
HSL 56.57º 0.47% 0.15% -
HSV(B) 56.57º 0.64% 0.22% -
XYZ 2.97 3.41 1.16 -
YUV 49.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 55 53 20 0 0.04 0.64 0.78 56.57 0.47 0.15
Hex 37 35 14 0 4 40 4E 39 2F F
Octal 67 65 24 0 4 100 116 71 57 17
Binary 110111 110101 10100 0 100 1000000 1001110 111001 101111 1111

Color Harmonies of #373514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373514

Black with #373514

Text Example


Text Example

White with #373514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373514; }

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

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

background-color css

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

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

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

border-color css

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

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

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